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