IPropertyPaneHeadingProps interface

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

PropertyPaneHeader component props.

Properties

headingLevel

Heading level of the webpart title header.

text

Display text for the Header.

Property Details

headingLevel

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Heading level of the webpart title header.

headingLevel?: PropertyPaneHeadingLevel;

Property Value

text

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Display text for the Header.

text: string;

Property Value

string