onInputHelperInput

function onInputHelperInput(data: object): void

Description

The function called when the user is trying to input the text and the input helper appears.

Parameters

dataobject

Defines the text which the user inputs: add - defines if the text is added to the current text (true) or this is the beginning of the text (false),
type: boolean,
example: true; text - the text which the user inputs,
type: string,
example: "text".

Returns

void

Get Help

  • If you have any questions about ONLYOFFICE Docs, try the FAQ section first.
  • You can request a feature or report a bug by posting an issue on GitHub.
  • You can also ask our developers on ONLYOFFICE forum (registration required).