Skip to main content

Home > @jsplumbtoolkit/templates > CustomTag

CustomTag class

Signature:

export declare class CustomTag 

Constructors

ConstructorModifiersDescription
(constructor)(instance, tagName, options)Constructs a new instance of the CustomTag class

Properties

PropertyModifiersTypeDescription
getFunctionBody(knockle: Knockle, parseTree: any) => string
getFunctionEnd() => string
instanceKnockle
optionsCustomTagOptions
rendered(el: Element, data: any, instance: Knockle) => void
tagNamestring
templatestring
updated(el: Element, data: any, instance: Knockle) => void