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 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.

  • Parameters

    Returns IModalOverlayPane

    Remarks

    Register a modal overlay to the root pane. It will be hidden by default, when shown it will display over the root pane content. Only one modal overlay can be shown at a time.

  • Returns undefined | string

    Unique identifier of the active modal overlay

    Remarks

  • 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

    • id: undefined | string

      Unique id for modal overlay pane.

    Returns void

    Remarks

    Sets registered modal overlay as active, if not found it will hide the current.

  • 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 pane.

  • Returns void

    Remarks

    Show the pane and all of its items.