Core

Core

new Core()

Source:

Members

(readonly) PROPERTIES

Source:

(readonly) METHOD

Source:
Properties:
Name Type Description
Method Method
Properties
Name Type Description
APPEND_CHILD string
INSERT_BEFORE string
REPLACE_NODE string
WRAP_NODE string
PREPEND string
Example
Core.Method.APPEND_CHILD

Methods

(static) run(model, properties)

Source:
Example
Core.run(Model, { parentNode: document.body, binding: new Binding() })
Parameters:
Name Type Description
model Object
properties Object
Properties
Name Type Attributes Default Description
parentNode Element
binding Binding <optional>
new Binding()
method Method <optional>
Core.METHOD.APPEND_CHILD