Ready 24.13.0+
GeoCompactButtonGeoCompactButton
is a button designed to be displayed in specially small
environments, like actions attached to an input field.
Properties
Prop name | Type | Default value | Description |
---|---|---|---|
disabled
| boolean |
false
| Show description |
loading
| boolean |
false
| Show description |
type
| enumPropertyFactory({
componentName: 'GeoCompactButton',
propertyName: 'type',
enumDictionary: TYPES,
required: true
}) | Show description | |
icon
| array |
| Show description |
Events
Name | Type | Description |
---|---|---|
click |
MouseEvent
| User clicked on the button. |
Slots
Name | Description |
---|---|
loading | Use this slot to customize what’s displayed when the button is in loading state |
Constants
Name | Value |
---|---|
TYPES | Show definition |