Interface ISelection

    interface ISelection {
        label: string;
        selected: {
            label: number;
            uuid: string;
        }[];
    }

    Properties

    Properties

    label: string
    selected: {
        label: number;
        uuid: string;
    }[]

    Type declaration

    • label: number
    • uuid: string

    Generated using TypeDoc and TypeDoc Airthium Plugin