Interface ILocalValues

    interface ILocalValues {
        name: string;
        options: {
            label: string;
            value: string;
            value2D: string;
        }[];
    }

    Properties

    Properties

    name: string
    options: {
        label: string;
        value: string;
        value2D: string;
    }[]

    Generated using TypeDoc and TypeDoc Airthium Plugin