Methods
_createLoader(instance)
- Description:
Create a debug panel button for a specific reactive instance.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
instance |
object | hte instance data |
(async) _openPanel(btn, instance)
- Description:
Open a debug panel.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
btn |
Element | the button element |
instance |
object | the instance data |
_updateReactivesPanels(args)
- Description:
Update the list of reactive instances.
- Source:
Parameters:
Name | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
args |
Object |
Properties
|
create()
- Description:
Constructor hook.
- Source:
getWatchers() → {Array}
- Description:
Component watchers.
- Source:
Returns:
of watchers
- Type
- Array
stateReady(state)
- Description:
Initial state ready method.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
state |
object | the initial state |