Field | Description |
---|---|
title: string; | Defines the button’s text. |
action?: () => void; | Defines the action of the button when click is triggered. |
Usage
TypeScript
Field | Description |
---|---|
title: string; | Defines the button’s text. |
action?: () => void; | Defines the action of the button when click is triggered. |