Skip to content

textmode.js / textmode / setErrorLevel

Method: setErrorLevel()

ts
static setErrorLevel(level): void;

Set the global error handling level for all Textmodifier instances.

Parameters

ParameterTypeDescription
levelTextmodeErrorLevelError handling level to use.

Returns

void

Example