RSX Code Reference
    Preparing search index...

    Interface PolytronObjectMeta

    The PolytronObjectMeta interface represents Polytron meta data.

    interface PolytronObjectMeta {
        Category?: string;
        Documentation?: string;
        IsSingleLine?: boolean;
        Placeholder?: string;
        PVE?: string;
        UIControlType?: string;
        UILocked?: boolean;
        UISliderRange?: string;
    }
    Index
    Category?: string
    Documentation?: string
    IsSingleLine?: boolean
    Placeholder?: string
    PVE?: string
    UIControlType?: string
    UILocked?: boolean
    UISliderRange?: string