Skip to main content

    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

    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.

    NotifyButtonContent

    The NotifyButtonContent component renders custom content inside the NotifyButton overlay.

    NotifyButtonContentProps

    extends, , , ,
    NameTypeDefaultDescription
    children?
    (({ , , , , , }: { : ; : ; : ; : ; : ; }) => ) |
    Still have questions?
    Find answers in the Dynatrace Community