Skip to content

textmode.js / plugins / TextmodePluginContext / removeLayerExtension

Method: removeLayerExtension()

ts
removeLayerExtension(methodName): void;

Remove a method extension from TextmodeLayer.

Parameters

ParameterTypeDescription
methodNamestringThe name of the method to remove.

Returns

void

Example