Skip to main content

SharedMatrix TypeAlias

Convenience alias for ISharedMatrix. Prefer to use ISharedMatrix when referring to SharedMatrix as a type.

This API is provided for existing users, but is not recommended for new users.

To use, import via @fluidframework/matrix/legacy.

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

Signature

export type SharedMatrix<T = any> = ISharedMatrix<T>;

Type Parameters

Parameter Default Description
T any