NavigatorOnly

data class NavigatorOnly(val default: TWSSnippet? = null) : WebContent

Represents a state where the WebView is controlled only via a navigator, without loading content directly into it. All communication with WebView must be done through navigator.

Constructors

Link copied to clipboard
constructor(default: TWSSnippet? = null)

Properties

Link copied to clipboard
val default: TWSSnippet? = null