SparseMatrixFactory Class
Packages > fluid-framework > SparseMatrixFactory
Deprecated
SparseMatrixFactory is an abandoned prototype. Use SharedMatrixFactory instead.
Signature:
export declare class SparseMatrixFactory implements IChannelFactory
Implements:
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
attributes | |||
Attributes | static |
||
type | |||
Type | static |
Methods
Method | Modifiers | Description |
---|---|---|
create(document, id) | ||
load(runtime, id, services, attributes) | ||
segmentFromSpec(spec) | static |
Properties
attributes
Signature:
get attributes(): IChannelAttributes;
Attributes
Signature:
static Attributes: IChannelAttributes;
type
Signature:
get type(): string;
Type
Signature:
static Type: string;
Methods
create
Signature:
create(document: IFluidDataStoreRuntime, id: string): ISharedObject;
Parameters
Parameter | Type | Description |
---|---|---|
document | ||
id |
Returns:
load
Signature:
load(runtime: IFluidDataStoreRuntime, id: string, services: IChannelServices, attributes: IChannelAttributes): Promise<ISharedObject>;
Parameters
Parameter | Type | Description |
---|---|---|
runtime | ||
id | ||
services | ||
attributes |
Returns:
segmentFromSpec
Signature:
static segmentFromSpec(spec: IJSONSegment): ISegment;
Parameters
Parameter | Type | Description |
---|---|---|
spec |
Returns: