Plugins
Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0
useBottomContextPanel
Controls the shared bottom context panel.
Import
import { useBottomContextPanel } from "@dartwic/interface-sdk/hooks";Declaration
export function useBottomContextPanel() {
return callHostHook("useBottomContextPanel");
}