Skip to main content

NotificationsWorkspaceSchema Interface

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 interface NotificationsWorkspaceSchema

Index Signatures

IndexSignature Alerts Description
[key: string]: InternalTypes.ManagerFactory<typeof key, InternalTypes.ValueRequiredState<InternalTypes.NotificationType>, NotificationsManager<any>> Alpha

Index Signature Details

[key: string]: InternalTypes.ManagerFactory<typeof key, InternalTypes.ValueRequiredState<InternalTypes.NotificationType>, NotificationsManager<any>>

This API is provided as an alpha preview and may change without notice.

For more information about our API support guarantees, see here.

Signature
[key: string]: InternalTypes.ManagerFactory<typeof key, InternalTypes.ValueRequiredState<InternalTypes.NotificationType>, NotificationsManager<any>>;