Skip to main content

ISummaryContent Interface

This API is provided for existing users, but is not recommended for new users.

To use, import via @fluidframework/driver-definitions/legacy.

For more information about our API support guarantees, see here.

Signature

export interface ISummaryContent

Properties

Property Alerts Modifiers Type Description
details Beta optional IUploadedSummaryDetails Details of the uploaded summary.
handle Beta string Handle reference to the summary data.
head Beta string Handle to the current latest summary stored by the service
message Beta string Message included as part of the summary.
parents Beta string[] Handles to parent summaries of the proposed new summary.

Property Details

details

Details of the uploaded summary.

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature
details?: IUploadedSummaryDetails;

Type: IUploadedSummaryDetails

handle

Handle reference to the summary data.

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature
handle: string;

Type: string

head

Handle to the current latest summary stored by the service

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature
head: string;

Type: string

message

Message included as part of the summary.

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature
message: string;

Type: string

parents

Handles to parent summaries of the proposed new summary.

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature
parents: string[];

Type: string[]