Updates this WebView with the specified properties
@param updateInfo properties to update on the WebView. Any unspecified properties will stay the same
updateInfo
@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@returns true if successfully found the WebView to update and actually updated any properties; false otherwise
@example