GlobalDebugPanel

core/local/reactive/debugpanel~ GlobalDebugPanel

Component for the main reactive dev panel.

This component shows the list of reactive instances and handle the buttons to open a specific instance panel.

Constructor

new GlobalDebugPanel()

Source:

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
Name Type Description
state Object

the current state

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