For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server-editor/interfaces/ISubPanePropertyItemOptions.md.

Interface: ISubPanePropertyItemOptions experimental

Beta

Optional properties for Sub Pane property item

Extends

Properties

alignment?

optional alignment?: LayoutAlignment

Beta

Remarks

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


collapsed?

optional collapsed?: boolean

Beta

Remarks

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


hasExpander?

optional hasExpander?: boolean

Beta

Remarks

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


hasMargins?

optional hasMargins?: boolean

Beta

Remarks

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


height?

optional height?: number | LayoutSize | LayoutFlex

Beta

Remarks

Custom height of the property item. Use LayoutFlex.Grow to fill available vertical space.


icon?

optional icon?: string

Beta

Remarks

Pane icon shown in front of the pane header


infoTooltip?

optional infoTooltip?: TooltipInteractiveContent

Beta

Remarks

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

Inherited from

IPropertyPaneOptions.infoTooltip


layout?

optional layout?: PaneLayoutType

Beta

Remarks

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


maxHeight?

optional maxHeight?: number

Beta

Remarks

Maximum height of the property item.


scrollable?

optional scrollable?: boolean

Beta

Remarks

Enables scrolling for the pane if it has a max height defined.


title?

optional title?: LocalizedString

Beta

Remarks

Localized title of the property pane

Inherited from

IPropertyPaneOptions.title


uniqueId?

optional uniqueId?: string

Beta

Remarks

Unique identifier for the pane

Inherited from

IPropertyPaneOptions.uniqueId


width?

optional width?: number | LayoutSize

Beta

Remarks

Custom width of the property item.