Skip to content

WebPanelOptions

Defined in: namespaces.ts:324

Configuration for registerWebPanel() (fn-48).

title: string

Defined in: namespaces.ts:326

Display title for the panel tab.


optional icon?: SFSymbolName

Defined in: namespaces.ts:328

SF Symbol name for the tab icon.


htmlPath: string

Defined in: namespaces.ts:330

Relative path to the HTML file within the plugin bundle.


optional width?: number

Defined in: namespaces.ts:332

Preferred width in points for the panel.


optional allowNavigation?: boolean

Defined in: namespaces.ts:334

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