A label to be shown for this option. Is optional if a custom template is provided or if the value should directly be rendered. label?: TranslatableString¶
Used for typeahead functionality when filtering is disabled. If provided, this will be used, otherwise the innerText of the rendered element. typeaheadLabel?: TranslatableString¶
The value if this option. It will be used for formControls and the value property of this si-select . The value will internally be checked on equality by using === . So an app should either use string or ensure that same values are referentially equal. value: T¶
Represents a translatable string. This can either be a translation key, e.g. ACTIONS.EDIT that will be automatically translated when displayed on the UI or a pre-translated string, e.g. Edit . Equivalent to a normal string in usage and functionality.