Interface ISubPanePropertyItem

A property item which supports Sub Pane properties

Hierarchy

Properties

collapsed: boolean

Remarks

Pane state for being expanded or collapsed.

enable: boolean

Remarks

If the item is enabled in the UI.

id: string

Remarks

Unique ID for the property item.

onPropertyPaneVisibilityUpdated: EventSink<PropertyPaneVisibilityUpdate>

Remarks

Provides visibility change events

paneId: string

Remarks

The parent pane id.

Remarks

The type name of the target property.

visible: boolean

Remarks

If the item should be visible in the UI.

Methods

  • Returns void

    Remarks

    Collapse the pane.

  • Returns void

    Remarks

    Expand the pane.

  • Returns void

    Remarks

    Hide the pane.

  • Parameters

    Returns boolean

    Remarks

    Removes an existing sub pane.

  • Parameters

    Returns void

    Remarks

    Updates layout alignment of the sub pane.

  • Parameters

    Returns void

    Remarks

    Updates layout direction of the sub pane.

  • Parameters

    Returns void

    Remarks

    Updates title of property pane.

  • Returns void

    Remarks

    Show the pane and all of its property items.