Select action interface

interface ISelectAction {
    type: string;
    value?: string | boolean | ISelect | ISelect[] | ISelectPoint;
}

Properties

Properties

type: string
value?: string | boolean | ISelect | ISelect[] | ISelectPoint