Interface IRootPropertyPane

A root pane that can store property items.

Hierarchy

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

visible: boolean

Remarks

Check visibility of the pane

Methods

  • Returns void

    Remarks

    Collapse the pane.

  • Returns void

    Remarks

    Expand the pane.

  • Returns void

    Remarks

    Hide the pane.

  • Returns boolean

    Current visibility state of header action

    Remarks

  • Parameters

    Returns boolean

    Remarks

    Removes an existing sub pane.

  • Parameters

    • visible: boolean

      New visibility state of the action button.

    Returns void

    Remarks

    If a header action exists, updates visibility of the button.

  • Parameters

    Returns void

    Remarks

    Updates title of property pane.

  • Returns void

    Remarks

    Show the pane and all of its property items.