Skip to main content

Interface: OpenPanelOpts

Defined in: Extensions/ExtensionApiDtos.ts:644

Properties

bucket?

optional bucket?: "left" | "right" | "bottom" | "main"

Defined in: Extensions/ExtensionApiDtos.ts:646

Where to dock the new panel.


focus?

optional focus?: boolean

Defined in: Extensions/ExtensionApiDtos.ts:650

If true, focus the panel after opening. Default true.


state?

optional state?: Record<string, unknown>

Defined in: Extensions/ExtensionApiDtos.ts:648

Optional initial state.