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)

Source:

Create a debug panel button for a specific reactive instance.

Parameters:
Name Type Description
instance object

hte instance data

(async) _openPanel(btn, instance)

Source:

Open a debug panel.

Parameters:
Name Type Description
btn Element

the button element

instance object

the instance data

create()

Source:

Constructor hook.

stateReady(state)

Source:

Initial state ready method.

Parameters:
Name Type Description
state object

the initial state