Constructor
new ForBinding(anchor, createInstance, blocks, locals, onBlockMountedopt)
Parameters:
Members
emptyRange :BlockRange|null
Type:
- BlockRange | null
entries :Array:.<{key:: any:, range:: BlockRange:}>
Type:
Methods
dispose()
Releases every row and the empty block.
update(op, evaluate)
Renders the list.
Parameters:
| Name | Type | Description |
|---|---|---|
op |
object | The |
evaluate |
function | Evaluates an expression index against optional local bindings. |