What every mount function returns: the shell's DialogHandle plus the node and a liveness probe.

interface PanelHandle {
    el: HTMLElement;
    close(): void;
    isOpen(): boolean;
}

Hierarchy (View Summary)

Properties

Methods

Properties

el: HTMLElement

Methods