papi-dts
    Preparing search index...

    Variable updateWebViewDefinition

    updateWebViewDefinition: UpdateWebViewDefinition

    Updates this WebView with the specified properties

    @param updateInfo properties to update on the WebView. Any unspecified properties will stay the same

    @param shouldBringToFront If true, the tab will be brought to the front and unobscured by other tabs. Defaults to false

    @returns true if successfully found the WebView to update and actually updated any properties; false otherwise

    @example

    updateWebViewDefinition({ title: `Hello ${name}` });