PropertyPaneChoiceGroupOption Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SharePoint property pane choice group option object.
public class PropertyPaneChoiceGroupOption
type PropertyPaneChoiceGroupOption = class
Public Class PropertyPaneChoiceGroupOption
- Inheritance
-
PropertyPaneChoiceGroupOption
Constructors
PropertyPaneChoiceGroupOption() |
Initializes a new instance of the PropertyPaneChoiceGroupOption class. |
Properties
AriaLabel |
Gets or Sets optional ariaLabel flag. Text for screen-reader to announce regardless of toggle state. Of type String. |
Checked |
Gets or Sets a value indicating whether the property pane choice group option is checked or not of type Boolean. |
Disabled |
Gets or Sets a value indicating whether this control is enabled or not of type Boolean. |
IconProps |
Gets or Sets the Icon component props for choice field of type PropertyPaneChoiceGroupIconProperties. |
ImageSize |
Gets or Sets the width and height of the image in px for choice field of type PropertyPaneChoiceGroupImageSize. |
ImageSrc |
Gets or Sets the src of image for choice field of type String. |
Key |
Gets or Sets a key to uniquely identify this option of type String. |
Text |
Gets or Sets text to render for this option of type String. |