baseIcon | The base icon of the Button. See the baseIcon property settings of the Icon component. | string | - |
behavior | The display state of the form. | 'NORMAL' | 'DISABLED' | 'HIDDEN' | 'NORMAL' |
content | The text content of the Button. | string | 'Button' |
contentMarginMobile | The left and right margins of the Button on mobile devices. | '0' | '16' | '0' |
loading | Whether the Button is in the loading state. | boolean | false |
otherIcon | The additional icon. See the otherIcon property settings of the Icon component. | string | - |
size | The size of the Button. | 'small' | 'medium' | 'large' | 'medium' |
triggerEventsWhenLoading | Whether the Button responds to actions while in the loading state. | boolean | false |
type | The type of the Button. | 'primary' | 'normal' | 'secondary' | 'ghostLight' | 'ghostDark' | 'warningNormal' |'warningPrimary' | 'textNormal' | 'textPrimary' | 'textSecondary' | 'primary' |