Called whenever an element is created but not yet added to parent element
Called after an element has been removed
Default: false. When true, associate created elements to values by reference rather than value. This can be useful with mutable values.
Use this or the key
option.
When set, provide a custom function to return a unique key for a value. This is used for matching values with elements when using immutable data.
By default uses the JSON.stringify() representation.
To match elements with values by reference, set byReference
instead.
Parent element to create elements in. Defaults to document.body
.
What kind of HTML element to make, defaults to DIV
Called after an element is inserted to the parent element