Home > @jsplumbtoolkit/templates-2 > CustomTag
#
CustomTag classSignature:
export declare class CustomTag
#
ConstructorsConstructor | Modifiers | Description |
---|---|---|
(constructor)(instance, tagName, options) | Constructs a new instance of the CustomTag class |
#
PropertiesProperty | 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 |