Script API - v1.26.10.20
    Preparing search index...

    Interface IPropertyItemOptionsBase

    Common optional properties for property items

    interface IPropertyItemOptionsBase {
        enable?: boolean;
        style?: PaneItemStyle;
        visible?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    enable?: boolean

    Initial enabled state of property item. If undefined, it will default to true.

    Optional styling overrides for the item.

    visible?: boolean

    Initial visibility state of property item. If undefined, it will default to true.