Skip to content

textmode.js / plugins / LayerExtensionImplementation

Type Alias: LayerExtensionImplementation()

ts
type LayerExtensionImplementation = (this, ...args) => unknown;

Type for layer extension method implementations.

The this context is bound to the TextmodeLayer instance.

Parameters

ParameterType
thisTextmodeLayer
...argsany[]

Returns

unknown