API reference
Comments & hyperlinks
Legacy comments, threaded comments, and hyperlinks.
Comments
src/worksheet/comments.ts# makeLegacyComment function
src/worksheet/comments.ts:18function makeLegacyComment(opts: { author: string; ref: string; text: string }): LegacyCommentParameters
| Name | Type | Description |
|---|---|---|
opts | { author: string; ref: string; text: string } |
Returns
LegacyComment
Hyperlinks
src/worksheet/hyperlinks.ts# makeHyperlink function
src/worksheet/hyperlinks.ts:25function makeHyperlink(opts: Partial<Hyperlink> & { ref: string }): HyperlinkParameters
| Name | Type | Description |
|---|---|---|
opts | Partial<Hyperlink> & { ref: string } |
Returns
Hyperlink