ordercloud-javascript-sdk
    Preparing search index...

    Interface Spec<TSpecXp, TOptionsXp>

    interface Spec<TSpecXp = any, TOptionsXp = any> {
        AllowOpenText?: boolean;
        DefaultOptionID?: string;
        DefaultValue?: string;
        DefinesVariant?: boolean;
        ID?: string;
        ListOrder?: number;
        Name: string;
        OptionCount?: number;
        Options?: SpecOption<TOptionsXp>[];
        OwnerID?: string;
        Required?: boolean;
        xp?: TSpecXp;
    }

    Type Parameters

    • TSpecXp = any
    • TOptionsXp = any
    Index
    AllowOpenText?: boolean
    DefaultOptionID?: string
    DefaultValue?: string
    DefinesVariant?: boolean
    ID?: string
    ListOrder?: number
    Name: string
    OptionCount?: number
    Options?: SpecOption<TOptionsXp>[]
    OwnerID?: string
    Required?: boolean
    xp?: TSpecXp