FunctionupdateWebViewDefinition

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

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