WebPanelOptions
Defined in: namespaces.ts:324
Configuration for registerWebPanel() (fn-48).
Properties
Section titled “Properties”title:
string
Defined in: namespaces.ts:326
Display title for the panel tab.
optionalicon?:SFSymbolName
Defined in: namespaces.ts:328
SF Symbol name for the tab icon.
htmlPath
Section titled “htmlPath”htmlPath:
string
Defined in: namespaces.ts:330
Relative path to the HTML file within the plugin bundle.
width?
Section titled “width?”
optionalwidth?:number
Defined in: namespaces.ts:332
Preferred width in points for the panel.
allowNavigation?
Section titled “allowNavigation?”
optionalallowNavigation?:boolean
Defined in: namespaces.ts:334
Whether the WebView is allowed to navigate away from the initial page. Default: false.