Appearance
Function: Callout()
ts
function Callout(props: UiCalloutProps): Block;Defined in: src/renderer/blocks/index.ts:1059
Callout/alert component.
Parameters
| Parameter | Type |
|---|---|
props | UiCalloutProps |
Returns
Examples
ts
Callout({text: 'This is an informational message', type: 'info'});ts
Callout({text: 'This action cannot be undone', type: 'warning'});