NotifyButton
The NotifyButton
allows users to turn notifications about updates of resources
on or off. Common use cases include notifications about updates of 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? | (({ , , , , , }: {
: ;
: ;
: ;
: ;
: ;
}) => ) | |
|
Still have questions?
Find answers in the Dynatrace Community