new DebugInstance(instance)
- Description:
Constructor.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
instance |
Reactive | the reactive instance |
Members
changes
- Description:
List all the state changes evenet pending to dispatch.
- Source:
List all the state changes evenet pending to dispatch.
components
- Description:
List all the components registered in this instance.
- Source:
List all the components registered in this instance.
elements
- Description:
Return all the HTML elements registered in the instance components.
- Source:
Return all the HTML elements registered in the instance components.
highlight
- Description:
Tooggle the reactive HTML element highlight registered in this reactive instance.
- Source:
Tooggle the reactive HTML element highlight registered in this reactive instance.
highlight
- Description:
Get the current highligh value.
- Source:
Get the current highligh value.
readOnly
- Description:
Set the read only mode.
Quick access to the instance setReadOnly method.
- Source:
Set the read only mode.
Quick access to the instance setReadOnly method.
readOnly
- Description:
Get the read only value
- Source:
Get the read only value
state
- Description:
Return the current state object.
- Source:
Return the current state object.
stateData
- Description:
Return a plain copy of the state data.
- Source:
Return a plain copy of the state data.
Methods
processUpdates(updates)
- Description:
Process an update state array.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
updates |
array | an array of update state messages |