Skip to content

WebviewerView.onCheckboxClick method

WebviewerView › onCheckboxClick

Unofficial

Handle a checkbox click in reader mode.

Signature:

onCheckboxClick(e: unknown, t: unknown, n: unknown): void

Parameters:

ParameterTypeDescription
eunknownThe click event.
tunknownThe checkbox element.
nunknownThe checkbox state information.

Returns: void