Updates this WebView with the specified properties
@param updateInfo properties to update on the WebView. Any unspecified properties will stay the same
updateInfo
@param shouldBringToFront If true, the tab will be brought to the front and unobscured by other tabs. Defaults to false
shouldBringToFront
false
@returns true if successfully found the WebView to update and actually updated any properties; false otherwise
@example
updateWebViewDefinition({ title: `Hello ${name}` }); Copy
updateWebViewDefinition({ title: `Hello ${name}` });
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 tofalse
@returns true if successfully found the WebView to update and actually updated any properties; false otherwise
@example