Skip to main content

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

ParameterTypeDescription
optionsKnockleOptions
registerGlobalTag(tagName: string, tag: CustomTag) => void
getGlobalTag(tagName: string) => CustomTag