ISummaryHandle Interface
Packages > @fluidframework/protocol-definitions > ISummaryHandle
Signature:
export interface ISummaryHandle
Properties
Property | Type | Description |
---|---|---|
handle | string | |
handleType | SummaryType | |
type | SummaryType.Handle |
Events
handle
Signature:
handle: string;
handleType
Signature:
handleType: SummaryType;
type
Signature:
type: SummaryType.Handle;