Is the webview a overlay.
Is the webview ready.
Whether this entity was created clientside or serverside. (Clientside = false, Serverside = true).
View visibility state
Set and get the webview position.
Returns the ref count of the entity.
The serverside id of this entity.
Set and get the webview size.
Type of the object.
View URL
Object usability.
Removes the object from the world.
Emits specified event across particular WebView.
Name of the event.
Rest parameters for emit to send.
Focuses the webview so it can be interacted with.
Gets all the listeners for the specified webview event.
Name of the event.
Array of listener functions for that event.
Gets a value using the specified key.
The key of the value to get.
Dynamic value associated with the specified key or undefined if no data is present.
Determines whether contains the specified key.
The key of the value to locate.
True if the meta table contains any data at the specified key or False if not
Unsubscribes from WebView event handler with specified listener.
Name of the event.
Listener that should be removed.
Subscribes to WebView event handler with specified listener.
Name of the event.
Listener that should be added.
Subscribes to WebView event handler with specified listener.
Name of the event.
Listener that should be added.
Subscribes to WebView event with specified listener, which only triggers once.
Name of the event.
Listener that should be added.
Sets the specified header to the specified value.
Header name.
Header value.
Sets the zoom level for webview.
Zoom level value.
Unfocuses the webview so it ignores user input.
Retrieves the webview from the pool.
The id of the webview.
Entity if it was found, otherwise null.
Is the webview focused.