IPropertyPaneLabelProps interface

PropertyPaneLabel component props.

Properties

required

Whether the associated form field is required or not.

text

Display text for the label.

Property Details

required

Whether the associated form field is required or not.

required?: boolean;

Property Value

boolean

Remarks

If true, a red asterisk is displayed to the right of the label. Default value is false.

text

Display text for the label.

text: string;

Property Value

string