Interface CustomPanels

This manager handles fetching an instance for manipulating the custom panel.

interface CustomPanels {
    getPanel: () => CustomPanelInstance;
}

Properties

Properties

getPanel: () => CustomPanelInstance

Gets a custom panel instance.

MMNEPVFCICPMFPCPTTAAATR