IPropertyPaneConditionalGroup interface

Property pane conditional group.

Properties

onShowPrimaryGroup

Callback when user clicks to show primary group.

onShowSecondaryGroup

Callback when user clicks to show secondary group.

primaryGroup

Primary group to show

secondaryGroup

Secondary group to show

showSecondaryGroup

Indicating whether the property pane should show primary group or the secondary group.

Property Details

onShowPrimaryGroup

Callback when user clicks to show primary group.

onShowPrimaryGroup?: () => void;

Property Value

() => void

onShowSecondaryGroup

Callback when user clicks to show secondary group.

onShowSecondaryGroup?: () => void;

Property Value

() => void

primaryGroup

Primary group to show

primaryGroup: IPropertyPaneGroup;

Property Value

secondaryGroup

Secondary group to show

secondaryGroup: IPropertyPaneGroup;

Property Value

showSecondaryGroup

Indicating whether the property pane should show primary group or the secondary group.

showSecondaryGroup: boolean;

Property Value

boolean