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;
}

Properties

Category?: string
Documentation?: string
IsSingleLine?: boolean
Placeholder?: string
PVE?: string
UIControlType?: string
UILocked?: boolean
UISliderRange?: string