Search Docs
Loading...
Skip to content

Type Alias: CustomPanelMountFunction

type CustomPanelMountFunction = (domElement) => PanelDisposer;

Represents a function that mounts a custom panel.

The CustomPanelMountFunction type provides a function that mounts a custom panel to a specified HTMLDivElement. The function returns a PanelDisposer function that disposes of the panel when called.

Parameters#

Parameter Type
domElement HTMLDivElement

Returns#

PanelDisposer