Skip to content

WebPanelOptions

Defined in: namespaces.ts:323

Configuration for registerWebPanel() (fn-48).

title: string

Defined in: namespaces.ts:325

Display title for the panel tab.


optional icon?: SFSymbolName

Defined in: namespaces.ts:327

SF Symbol name for the tab icon.


htmlPath: string

Defined in: namespaces.ts:329

Relative path to the HTML file within the plugin bundle.


optional width?: number

Defined in: namespaces.ts:331

Preferred width in points for the panel.


optional allowNavigation?: boolean

Defined in: namespaces.ts:333

Whether the WebView is allowed to navigate away from the initial page. Default: false.