Skip to content 

ISummaryHandle Interface

Packages > @fluidframework/protocol-definitions > ISummaryHandle

Signature:

export interface ISummaryHandle 

Properties

List of properties of this interface
Property Type Description
handle string
handleType SummaryType
type SummaryType.Handle

Events

handle

Signature:

handle: string;

handleType

Signature:

handleType: SummaryType;

type

Signature:

type: SummaryType.Handle;