InternalUtilityTypes Namespace
Collection of utility types that are not intended to be used/imported directly outside of this package.
This API is reserved for internal system use and should not be imported directly. It may change at any time without notice.
For more information about our API support guarantees, see here.
Signature
export declare namespace InternalUtilityTypes
Types
TypeAlias | Alerts | Description |
---|---|---|
IsNotificationListener | System |
true iff the given type is an acceptable shape for a notification. |
JsonDeserializedParameters | System |
@fluidframework/core-interfaces#JsonDeserialized version of the parameters of a function. |
JsonSerializableParameters | System |
@fluidframework/core-interfaces#JsonSerializable version of the parameters of a function. |
NotificationListeners | System |
Used to specify the kinds of notifications emitted by a NotificationListenable. |