-
Notifications
You must be signed in to change notification settings - Fork 0
4.3 Button
Jonas de Luna Skulberg edited this page Oct 15, 2023
·
1 revision
- none
- none
-
label: string
Text content of the button.
label: ""
- none
-
addObserver(observer: () => void)
Adds an onClick listener to the Button. -
removeObserver(observer: () => void)
Removes an observer from the Button.