Skip to content

textmode.js / layering / TextmodeLayer / hasPluginState

Method: hasPluginState()

ts
hasPluginState(pluginName): boolean;

Check whether plugin-specific state exists on this layer.

Parameters

ParameterTypeDescription
pluginNamestringPlugin identifier.

Returns

boolean

true when state exists.

Example