Home > @jsplumbtoolkit/templates > Knockle
Knockle class
Signature:
export declare abstract class Knockle
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(options, registerGlobalTag, getGlobalTag) | Constructs a new instance of the Knockle class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| _fnPreamble | string | ||
| _fnSuffix | string | ||
| attributesRe | RegExp | ||
| bindings | Record<string, Binding> | ||
| cache | Map<string, any> | ||
| closeRe | RegExp | ||
| commentRe | RegExp | ||
| customTags | Record<string, CustomTag> | ||
| defaultTemplate | string | ||
| entries | Record<string, AbstractEntry> | ||
| executions | Record<string, Execution> | ||
| inlineIfRe | RegExp | ||
| isBrowser | boolean | ||
| namespaceHandlers | Record<string, (tag: string) => string> | ||
| namespaces | Record<string, string> | ||
| openCloseRe | RegExp | ||
| openRe | RegExp | ||
| singleExpressionRe | RegExp | ||
| templateCache | Map<string, any> | ||
| templateResolver | TemplateResolver | ||
| tokenizerRe | RegExp | ||
| updaters | Record<string, Array<Function>> |