DebugInstance

core/reactive/local/reactive/debug~ DebugInstance

new DebugInstance(instance)

Source:

Constructor.

Parameters:
Name Type Description
instance Reactive

the reactive instance

Members

changes

Source:

List all the state changes evenet pending to dispatch.

components

Source:

List all the components registered in this instance.

elements

Source:

Return all the HTML elements registered in the instance components.

highlight

Source:

Tooggle the reactive HTML element highlight registered in this reactive instance.

highlight

Source:

Get the current highligh value.

readOnly

Source:

Set the read only mode.

Quick access to the instance setReadOnly method.

readOnly

Source:

Get the read only value

state

Source:

Return the current state object.

stateData

Source:

Return a plain copy of the state data.

Methods

processUpdates(updates)

Source:

Process an update state array.

Parameters:
Name Type Description
updates array

an array of update state messages