cupertino-files / CellComment
Interface: CellComment
Defined in: src/tst/tables.ts:478
An app-made comment on a cell, replies in stored order.
Extends
Properties
authorName
authorName:
string|undefined
Defined in: src/tst/tables.ts:473
Inherited from
column
column:
number
Defined in: src/tst/tables.ts:480
created
created:
Date|undefined
Defined in: src/tst/tables.ts:474
Inherited from
replies
replies:
CellCommentEntry[]
Defined in: src/tst/tables.ts:481
row
row:
number
Defined in: src/tst/tables.ts:479
text
text:
string
Defined in: src/tst/tables.ts:472