Script API - v1.21.0
    Preparing search index...

    The options to create a pane.

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

    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