NotificationsWorkspaceSchema TypeAlias
Schema for a NotificationsWorkspace workspace.
Keys of schema are the keys of the NotificationsWorkspace providing access to NotificationsManagers.
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/presence/alpha.
For more information about our API support guarantees, see here.
Signature
export type NotificationsWorkspaceSchema<Keys extends string = string> = {
[Key in Keys]: InternalTypes.ManagerFactory<Key, InternalTypes.ValueRequiredState<InternalTypes.NotificationType>, NotificationsManager<InternalUtilityTypes.NotificationListeners<unknown>>>;
};
Type Parameters
| Parameter | Constraint | Default | Description |
|---|---|---|---|
| Keys | string | string |