MarkdownRenderer.onCheckboxClick method
MarkdownRenderer › onCheckboxClick
Unofficial
Handle a checkbox click event in the rendered markdown.Signature:
onCheckboxClick(e: unknown, n: unknown, i: unknown): unknownParameters:
| Parameter | Type | Description |
|---|---|---|
| e | unknown | The checkbox click event. |
| n | unknown | The line number of the checkbox. |
| i | unknown | The index of the checkbox. |
Returns: unknown — The result of the checkbox click handling.