interface OptionActionBase {
    onChange: OptionAction[];
}

Properties

Properties

onChange: OptionAction[]