Skip to content 

ISummaryCommit Interface

Packages > @fluidframework/protocol-definitions > ISummaryCommit

Signature:

export interface ISummaryCommit 

Properties

List of properties of this interface
Property Type Description
author ISummaryAuthor
committer ISummaryAuthor
message string
parents string[]
tree SummaryTree
type SummaryType.Commit

Events

author

Signature:

author: ISummaryAuthor;

committer

Signature:

committer: ISummaryAuthor;

message

Signature:

message: string;

parents

Signature:

parents: string[];

tree

Signature:

tree: SummaryTree;

type

Signature:

type: SummaryType.Commit;