Skip to main content

Home > @jsplumbtoolkit/templates > AbstractEntry

AbstractEntry class

Signature:

export declare abstract class AbstractEntry 

Constructors

ConstructorModifiersDescription
(constructor)(instance)Constructs a new instance of the AbstractEntry class

Properties

PropertyModifiersTypeDescription
bindingsRecord<string, Binding>
childrenArray<AbstractEntry>
contextstring
elementsArray<any>
functionBodystring
instanceKnockle
postcompile?Function(Optional)
precompile?Function(Optional)
removeboolean
tagstring
typestring
uuidstring

Methods

MethodModifiersDescription
compile()
updateFrom(entry, newEntry, parent)