Property pane present dynamic content. It can be associated with an object and presented with different kind of controls.

Hierarchy

  • IPropertyPane

Properties

collapsed: boolean

Remarks

Pane state for being expanded or collapsed.

id: string

Remarks

Unique ID for the property pane.

onPropertyPaneVisibilityUpdated: EventSink<PropertyPaneVisibilityUpdate>

Remarks

Provides visibility change events

parentPaneId?: string

Remarks

In case of sub pane this is the id of the parent pane.

titleAltText: string

Remarks

Fallback display text if no loc ID

titleStringId: string

Remarks

Loc ID (resolved on client)

visible: boolean

Remarks

Check visibility of the pane

width?: number

Remarks

Width of the panel in rem.

Methods

  • Returns void

    Remarks

    Collapse the pane.

  • Returns void

    Remarks

    Expand the pane.

  • Returns void

    Remarks

    Hide the pane.

  • Parameters

    Returns boolean

    Remarks

    Removes a child property pane from the parent pane.

  • Returns void

    Remarks

    Show the pane and all of its property items.