Skip to main content

NotificationSettings

NotificationSettings component

NotificationSettingsProps

Signature:

export declare type NotificationSettingsProps = & & & & & & & { /** * Either a or a render function that gets passed certain values * from the currently configured notification */ children?: (({ , , , , , }: { : ; : ; : ; : ; : ; }) => ) | ; };

NotificationSettingsConfig

Signature:

export declare type NotificationSettingsConfig = | ;

NotificationSettingsEventNotification

NameTypeDefaultDescription
type

Defines the type of the notifcation that should be subscribed to.

config

Configuration for a event notification. Uses the @dynatrace-sdk/client-notification-v2.

NotificationSettingsResourceNotification

NameTypeDefaultDescription
type

Defines the type of the notifcation that should be subscribed to.

config

Configuration for a resource notification. Uses the @dynatrace-sdk/client-notification-v2.

UseNotificationSettingsMenuItemProps

Signature:

export declare type UseNotificationSettingsMenuItemProps = <, | > & { /** Either a or a render function that gets passed certain values from the currenlty configured notification */ content?: (({ , , , , , }: { : ; : ; : ; : ; : ; }) => ) | ; };
Still have questions?
Find answers in the Dynatrace Community