onClick
function onClick(isSelectionUse: boolean): void
Description
The function called when the user clicks on the element.
Parameters
- isSelectionUse
boolean
Defines if the selection is used or not.
Returns
void
function onClick(isSelectionUse: boolean): void
The function called when the user clicks on the element.
boolean
Defines if the selection is used or not.
void