Home > @jsplumbtoolkit/templates-2 > 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 |
|---|---|---|---|
| id | string | ||
| instance | Recado | ||
| options | CustomTagOptions | ||
| parsedTemplate | Array<AbstractEntry> | ||
| rendered | (el: ElementFacade, data: any, instance: Recado, parent: ElementFacade) => void | ||
| tagName | string | ||
| template | string | ||
| updated | (el: ElementFacade, data: any, instance: Recado) => void |