Objects
AccessDeniedCustomButton
An object containing custom text and action for access denied modal.
Field | Description |
---|---|
title: string; | Defines the button’s text. |
action?: () => void; | Defines the action of the button when click is triggered. |
Usage
TypeScript
Was this page helpful?