-
Notifications
You must be signed in to change notification settings - Fork 7
Class: ButtonMaker
Boris Jenicek edited this page Dec 20, 2021
·
2 revisions
returns
It will return custom button object ready to be used in child component layout.
+ new ButtonMaker(label
: string, ID
: string, layoutType?
: ButtonLayoutDisplay): ButtonMaker
Name | Type |
---|---|
label |
string |
ID |
string |
layoutType |
ButtonLayoutDisplay |
Returns: ButtonMaker
• ID: string
• label: string
Implementation of: IButton.label
• layoutType: ButtonLayoutDisplay
Implementation of: IButton.layoutType
- AppearanceAnimation
- ButtonLayoutDisplay
- DialogLayoutDisplay
- DisappearanceAnimation
- ToastPositionEnum
- ToastProgressBarEnum
- ToastUserViewTypeEnum