@minecraft/server-editor
    Preparing search index...

    Interface ISubPanePropertyItemOptionsBeta

    Optional properties for Sub Pane property item

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

    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.

    Localized title of the property pane