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

    Interface ISubPanePropertyItemOptions

    Optional properties for Sub Pane property item

    interface ISubPanePropertyItemOptions {
        alignment?: LayoutAlignment;
        collapsed?: boolean;
        direction?: LayoutDirection;
        hasExpander?: boolean;
        hasMargins?: boolean;
        infoTooltip?: TooltipInteractiveContent;
        title?: LocalizedString;
        uniqueId?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    alignment?: LayoutAlignment

    Alignment of property items within the pane of the property pane. If undefined, it will default to Left.

    collapsed?: boolean

    Initial expander state of sub pane. If undefined, it will default to false.

    direction?: LayoutDirection

    Determines layout direction of sub pane property items. If undefined, it will default to Vertical.

    hasExpander?: boolean

    Determines if sub pane should have an expander. If undefined, it will default to true.

    hasMargins?: boolean

    Adds additional margins to sub pane. If undefined, it will default to true.

    Optional information tooltip for the pane to be displayed on the header.

    Localized title of the property pane

    uniqueId?: string

    Unique identifier for the pane