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
| Parameter | Type |
|---|---|
this | TextmodeLayer |
...args | any[] |
Returns
unknown