--- title: TLUiToastAction status: published category: ui group: Interface author: api date: 06/23/2023 order: 45 ---Public Interface
Table of Contents - [Properties](#properties) - [label](#TLUiToastAction-label-member) - [onClick](#TLUiToastAction-onClick-member) - [type](#TLUiToastAction-type-member)
##### Signature ```ts interface TLUiToastAction {} ``` --- ## Properties ### `label` \{#TLUiToastAction-label-member} Public PropertySignature ##### Signature ```ts label: string ``` --- ### `onClick` \{#TLUiToastAction-onClick-member} Public PropertySignature ##### Signature ```ts onClick: () => void ``` --- ### `type` \{#TLUiToastAction-type-member} Public PropertySignature ##### Signature ```ts type: 'primary' | 'secondary' | 'warn' ``` ---