The options to create a pane.

interface IPropertyPaneOptions {
    direction?: LayoutDirection;
    title: string;
}

Properties

Properties

direction?: LayoutDirection

Layout direction for sub panes

title: string

Localized title of the property pane