Tanatloc documentation
    Preparing search index...

    Interface ISelectAction

    Select action interface

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

    Properties

    Properties

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