接口 ISubPanePropertyItemOptions实验性

Optional properties for Sub Pane property item

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

层级 (查看完整内容)

属性

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