IPropertyPaneChoiceGroupProps interface

PropertyPane ChoiceGroup props.

Properties

label

Descriptive label for the choice group.

options

The options for the choice group.

Property Details

label

Descriptive label for the choice group.

label?: string;

Property Value

string

options

The options for the choice group.

options: IPropertyPaneChoiceGroupOption[];

Property Value