Skip to content

MarkdownRenderer.onCheckboxClick method

MarkdownRenderer › onCheckboxClick

Unofficial

Handle a checkbox click event in the rendered markdown.

Signature:

onCheckboxClick(e: unknown, n: unknown, i: unknown): unknown

Parameters:

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: unknownThe result of the checkbox click handling.