Option
<gstock-option>
|
GstockOption
API
Propiedades
| Nombre | Descripción | Reflects | Tipo | Por defecto |
|---|---|---|---|---|
disabled
|
Draws the option in a disabled state, preventing selection. |
|
boolean
|
false
|
prefix
|
The prefix icon name. |
string
|
''
|
|
suffix
|
The suffix icon name. |
string
|
''
|
|
size
|
The size of the option. |
|
'small' | 'medium' | 'large'
|
'medium'
|
value
|
The option’s value. When selected, the containing form control will receive this value. The value must be unique from other options in the same group. Values may not contain spaces, as spaces are used as delimiters when listing multiple values. |
|
string
|
''
|
updateComplete
|
A read-only promise that resolves when the component has finished updating. |
Aprende más sobre atributos y propiedades .
Slots
| Nombre | Descripción |
|---|---|
default
|
The option’s label. |
prefix
|
Used to prepend an icon or similar element to the menu item. |
suffix
|
Used to append an icon or similar element to the menu item. |
Aprende más sobre slots .
Métodos
| Nombre | Descripción |
|---|---|
getTextLabel( )
|
Returns a plain text label based on the option’s content. |
Aprende más sobre métodos .
Partes
| Nombre | Descripción |
|---|---|
base
|
The component’s base wrapper. |
label
|
The option’s label. |
prefix
|
The container that wraps the prefix. |
suffix
|
The container that wraps the suffix. |
Aprende más sobre partes CSS .
Dependencias
Este componente importa automáticamente las siguientes dependencias.