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
| 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 |
UseNotificationSettingsMenuItemProps
Signature:
export declare type UseNotificationSettingsMenuItemProps = <, | > & {
/** Either a or a render function that gets passed certain values from the currenlty configured notification */
content?: (({ , , , , , }: {
: ;
: ;
: ;
: ;
: ;
}) => ) | ;
};