The DockMonitor always needs to have children, which can be any valid Redux DevTools monitor (or multiple monitors). In the example earlier, we passed a <LogMonitor /> as a child.
The following properties can be passed to the DockMonitor component:
- toggleVisibilityKey: Required; the key or key combination that toggles the dock visibility, for example, Ctrl + H.
- changePositionKey: Required; the key or key combination that toggles the dock position, for example, Ctrl + W.
- changeMonitorKey: Required if there is more than one child; the key or key combination that switches the currently visible monitor, for example, Ctrl + M.
- fluid: Optional; the default is true; if set to true, the dock size is relative to the window size; fixed ...