Skip to content 

ISerializableInterval Interface

Packages > @fluidframework/sequence > ISerializableInterval

Signature:

export interface ISerializableInterval extends MergeTree.IInterval 

Extends: MergeTree.IInterval

Properties

List of properties of this interface
Property Type Description
properties MergeTree.PropertySet

Methods

List of methods of this class
Method Description
addProperties(props)
serialize(client)

Events

properties

Signature:

properties: MergeTree.PropertySet;

Methods

addProperties

Signature:

addProperties(props: MergeTree.PropertySet): any;

Parameters

List of parameters
Parameter Type Description
props MergeTree.PropertySet

Returns:

any

serialize

Signature:

serialize(client: MergeTree.Client): any;

Parameters

List of parameters
Parameter Type Description
client MergeTree.Client

Returns:

any