Home > @jsplumbtoolkit/templates > CustomTag
CustomTag class
Signature:
export declare class CustomTag
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(instance, tagName, options) | Constructs a new instance of the CustomTag class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| getFunctionBody | (knockle: Knockle, parseTree: any) => string | ||
| getFunctionEnd | () => string | ||
| instance | Knockle | ||
| options | CustomTagOptions | ||
| rendered | (el: Element, data: any, instance: Knockle) => void | ||
| tagName | string | ||
| template | string | ||
| updated | (el: Element, data: any, instance: Knockle) => void |