Interface IPropertyPane

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

Hierarchy

Properties

collapsed: boolean

Remarks

Pane state for being expanded or collapsed.

id: string

Remarks

Unique identifier for the pane.

onPropertyPaneVisibilityUpdated: EventSink<PropertyPaneVisibilityUpdate>

Remarks

Provides visibility change events

visible: boolean

Remarks

Check visibility of the pane

Methods

  • Returns void

    Remarks

    Collapse the pane.

  • Returns void

    Remarks

    Hide the pane.

  • Parameters

    Returns boolean

    Remarks

    Removes an existing sub pane.

  • Parameters

    Returns void

    Remarks

    Updates title of pane.

  • Returns void

    Remarks

    Show the pane and all of its items.