Home > @jsplumbtoolkit/templates > Knockle > (constructor)
Knockle.(constructor)
Constructs a new instance of the Knockle class
Signature:
constructor(options: KnockleOptions, registerGlobalTag: (tagName: string, tag: CustomTag) => void, getGlobalTag: (tagName: string) => CustomTag);
Parameters
| Parameter | Type | Description |
|---|---|---|
| options | KnockleOptions | |
| registerGlobalTag | (tagName: string, tag: CustomTag) => void | |
| getGlobalTag | (tagName: string) => CustomTag |