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

    Interface ITextPropertyItemOptions

    Optional properties for Text property item

    interface ITextPropertyItemOptions {
        alignment?: LayoutAlignment;
        border?: boolean;
        enable?: boolean;
        style?: PaneItemStyle;
        title?: LocalizedString;
        tooltip?: BasicTooltipContent;
        visible?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    alignment?: LayoutAlignment

    Determines alignment of the text. If undefined, it will default to left aligned.

    border?: boolean

    Adds a border around the text. If undefined, it will default to true.

    enable?: boolean

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

    Optional styling overrides for the item.

    Localized title of the text item.

    Tooltip description of the property item.

    visible?: boolean

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