Skip to content
Sheetwrite

Sheetwrite / Documentation

CommentAuthorRef@sheetwrite/core

Stable host-provided identity displayed on a comment message.

Stable host-provided identity displayed on a comment message.

Members 3

id
id: string;
displayName
displayName?: string;
avatarUrl
avatarUrl?: string;

Declaration

View full TypeScript declaration
export interface CommentAuthorRef {
id: string;
displayName?: string;
avatarUrl?: string;
}