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 ID for the property pane.

onPropertyPaneVisibilityUpdated: EventSink<PropertyPaneVisibilityUpdate>

Remarks

Provides visibility change events

visible: boolean

Remarks

Check visibility of the pane

Methods

  • Type Parameters

    Parameters

    Returns IPropertyItem<T, Prop>

    Remarks

    Adds a boolean item to the pane.

  • Type Parameters

    Parameters

    Returns IPropertyItem<T, Prop>

    Remarks

    Adds a number item to the pane.

  • Type Parameters

    Parameters

    Returns IPropertyItem<T, Prop>

    Remarks

    Adds a string item to the pane

  • Returns void

    Remarks

    Collapse the pane.

  • Returns void

    Remarks

    Expand the pane.

  • Returns undefined | LocalizedString

    Remarks

    Returns property pane title.

  • Returns void

    Remarks

    Hide the pane.

  • Parameters

    Returns boolean

    Remarks

    Removes an existing sub pane.

  • Parameters

    Returns void

    Remarks

    Updates title of property pane.

  • Returns void

    Remarks

    Show the pane and all of its property items.