Interface ISelectAction

    Select action interface

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

    Properties

    Properties

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

    Generated using TypeDoc and TypeDoc Airthium Plugin