box-model-highlighter.js |
This module exports thunks.
Thunks are functions that can be dispatched to the Inspector Redux store.
These functions receive one object with options that contains:
- dispatch() => function to dispatch Redux actions to the store
- getState() => function to get the current state of the entire Inspector Redux store
- inspector => object instance of Inspector client
They provide a shortcut for React components to invoke the box model highlighter
without having to know where the highlighter exists.
|
2513 |
box-model.js |
Updates the geometry editor's enabled state.
@param {Boolean} enabled
Whether or not the geometry editor is enabled or not.
|
1051 |
index.js |
|
610 |
moz.build |
|
376 |