The options to create a pane.

interface IPropertyPaneOptions {
    direction?: LayoutDirection;
    titleAltText: string;
    titleStringId: string;
    width?: number;
}

Properties

direction?: LayoutDirection

Layout direction for sub panes

titleAltText: string

Fallback display text if no loc ID

titleStringId: string

Loc ID (resolved on client)

width?: number

Width of the panel in rem. This property is ignored in case of sub panes