OptionaladdIf the setting should be added as a component to this item.
OptionalariaWCAG20 standard for defining info about the component (usually the name)
OptionalbackOptional back navigation component to be displayed on the right side of the label.
OptionalcomponentsChild components of the container.
The enclosing SettingsPanel where the sub page will be added.
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.
The 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
The list selector component which will be used to build the sub page.
OptionaltabWCAG20 requirement for screen reader navigation
OptionaltagThe HTML tag name of the component. Default: 'div'
Configuration interface for a DynamicSettingsPanelItem.