-
Notifications
You must be signed in to change notification settings - Fork 7
Interface: IButton
Boris Jenicek edited this page Dec 20, 2021
·
2 revisions
Interface for custom button.
Example:
// Custom button object.
const button = {
ID : 'confirm_btn',
label: : 'Confirm'
layoutType : ButtonLayoutDisplay.SUCCESS
}
// Or instantiated with ButtonMaker class
const button2 = new ButtonMaker('Confirm', 'confirm_btn', ButtonLayoutDisplay.SUCCESS)
- ButtonLayoutDisplay: ButtonLayoutDisplay
• Optional
ID: string
• label: string
• layoutType: ButtonLayoutDisplay
- AppearanceAnimation
- ButtonLayoutDisplay
- DialogLayoutDisplay
- DisappearanceAnimation
- ToastPositionEnum
- ToastProgressBarEnum
- ToastUserViewTypeEnum