webViewType
that the web view controller must support. The TypeScript type
for the returned web view controller will have the web view controller interface type
associated with this webViewType
. If the web view controller does not implement this
webViewType
(according to its metadata), an error will be thrown.
Id of the web view for which to get the web view controller OR
webViewController
(result of useWebViewController
, if you want this hook to just return the
controller again)
undefined
if the Web View Controller has not been retrieved, the requested Web View
Controller if it has been retrieved and is not disposed, and undefined again if the Web View
Controller is disposed
Gets a Web View Controller with specified provider name