enableLiveSelection()

This method enables live selection mode.

Example:

const liveSelectionElement = client.getSelectionElement();
liveSelectionElement.enableLiveSelection();
  • Signature: enableLiveSelection() => void

  • Params: none

  • Returns: void

disableLiveSelection()

This method disables live selection mode.

Example:

const liveSelectionElement = client.getSelectionElement();
liveSelectionElement.disableLiveSelection();
  • Signature: disableLiveSelection() => void
  • Params: none
  • Returns: void