NotifyButton
The NotifyButton lets users turn notifications about resource updates on or
off. Common use cases include notifications about updates to saved filters,
workflows, or entities. Users will be notified via e-mail.
NotifyButtonProps
Signature:
export declare type NotifyButtonProps = & & & & & & & & & {
/**
* Configures the size of the trigger.
* @defaultValue 'default
*/
size?: | ;
/**
* Configures the variant of the trigger.
* @defaultValue 'default
*/
variant?: | ;
/**
* Whether the NotifyButton is read-only.
* @defaultValue false
*/
readOnly?: ;
/**
* Whether the NotifyButton is disabled.
* @defaultValue false
*/
disabled?: ;
/**
* Whether the label text is shown on the trigger.
* @defaultValue false
*/
showLabel?: ;
};NotificationSettingsConfig
Signature:
export declare type NotificationSettingsConfig = | ;NotificationSettingsEventNotification
| Name | Type | Default | Description |
|---|---|---|---|
type | | Defines the type of the notifcation that should be subscribed to. | |
config | | Configuration for a event notification. Uses the |
NotificationSettingsResourceNotification
| Name | Type | Default | Description |
|---|---|---|---|
type | | Defines the type of the notifcation that should be subscribed to. | |
config | | Configuration for a resource notification. Uses the |
NotifyButtonContent
The NotifyButtonContent component renders custom content inside the
NotifyButton overlay.
NotifyButtonContentProps
extends
, , , , , | Name | Type | Default | Description |
|---|---|---|---|
children? | (({ , , , , , }: {
: ;
: ;
: ;
: ;
: ;
}) => ) | | |