OptionaladdIf the setting should be added as a component to this item.
OptionalariaWCAG20 standard for defining info about the component (usually the name)
OptionalcomponentsChild components of the container.
OptionalcssThe CSS classes of the component. This is usually the class from where the component takes its styling.
OptionalcssAdditional CSS classes of the component.
OptionalcssA prefix to prepend all CSS classes with.
OptionaldisabledSpecifies if the component is enabled (interactive) or not. Default: false
OptionalhiddenSpecifies if the component should be hidden at startup. Default: false
OptionalidThe HTML ID of the component. Default: automatically generated with pattern 'ui-id-{guid}'.
OptionalisIndicates if the SettingsPanelItem is representing an actual setting or if it just a label. E.g. when used as a title.
OptionallabelThe label component or the text for the label.
OptionallabelThe style of the label in case config.label is not a component already. Default: LabelStyle.Text
OptionalroleSpecifies the component role for WCAG20 standard
OptionalsettingThe component that configures a setting.
OptionaltabWCAG20 requirement for screen reader navigation
OptionaltagThe HTML tag name of the component. Default: 'div'
Configuration interface for a SettingsPanelItem