Skip to main content

SharedMatrixFactory Class

IChannelFactory for ISharedMatrix.

This API is deprecated and will be removed in a future release.
  • Use SharedMatrix.getFactory instead.
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 declare class SharedMatrixFactory implements IChannelFactory<ISharedMatrix>

Implements: IChannelFactory<ISharedMatrix>

Static Properties

Property Alerts Modifiers Type Description
Attributes Alpha readonly IChannelAttributes
Type Alpha string

Properties

Property Alerts Modifiers Type Description
attributes Alpha readonly IChannelAttributes
type Alpha readonly string

Property Details

attributes

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

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

Signature

get attributes(): IChannelAttributes;

Type: IChannelAttributes

Attributes

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

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

Signature

static readonly Attributes: IChannelAttributes;

Type: IChannelAttributes

type

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

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

Signature

get type(): string;

Type: string

Type

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

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

Signature

static Type: string;

Type: string