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:

ParameterTypeDescription
eunknownThe checkbox click event.
nunknownThe line number of the checkbox.
iunknownThe index of the checkbox.

Returns: unknownThe result of the checkbox click handling.