ISerializableInterval Interface
Packages > fluid-framework > ISerializableInterval
Signature:
export interface ISerializableInterval extends IInterval
Extends:
Properties
Property | Type | Description |
---|---|---|
properties | ||
propertyManager |
Methods
Method | Description |
---|---|
addProperties(props, collaborating, seq) | |
getIntervalId() | |
serialize(client) |
Events
properties
Signature:
properties: PropertySet;
propertyManager
Signature:
propertyManager: PropertiesManager;
Methods
addProperties
Signature:
addProperties(props: PropertySet, collaborating?: boolean, seq?: number): PropertySet | undefined;
Parameters
Parameter | Type | Description |
---|---|---|
props | ||
collaborating | ||
seq |
Returns:
getIntervalId
Signature:
getIntervalId(): string | undefined;
Returns:
serialize
Signature:
serialize(client: Client): ISerializedInterval;
Parameters
Parameter | Type | Description |
---|---|---|
client |
Returns: