IPropertyPaneConditionalGroup interface
Property pane conditional group.
Properties
on |
Callback when user clicks to show primary group. |
on |
Callback when user clicks to show secondary group. |
primary |
Primary group to show |
secondary |
Secondary group to show |
show |
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
secondaryGroup
showSecondaryGroup
Indicating whether the property pane should show primary group or the secondary group.
showSecondaryGroup: boolean;
Property Value
boolean