API Reference
@univerjs
@univerjs/thread-comment
type-aliases
Threadcommentjson

@univerjs/thread-comment v0.3.0Docs


Type Alias: ThreadCommentJSON

type ThreadCommentJSON: {
  id: string;
  ref: string;
  threadId: string;
} & Partial<Omit<IThreadComment, "id" | "threadId" | "ref">>;

Type declaration

NameTypeDefined in
idstringpackages/thread-comment/src/services/tc-datasource.service.ts:22 (opens in a new tab)
refstringpackages/thread-comment/src/services/tc-datasource.service.ts:24 (opens in a new tab)
threadIdstringpackages/thread-comment/src/services/tc-datasource.service.ts:23 (opens in a new tab)

Defined in

packages/thread-comment/src/services/tc-datasource.service.ts:21 (opens in a new tab)


Copyright © 2021-2024 DreamNum Co,Ltd. All Rights Reserved.