ScriptObject
@Serializable
@SerialName(value = "scriptObject")
A JavaScript object that cannot be faithfully represented by JSON.
type is the result of JavaScript Object.prototype.toString.call(value) for objects and functions, or typeof value for primitive values. value is the result of JavaScript String(value), for example console or window.
Properties
Functions
Link copied to clipboard
Returns this value as a JavaScript boolean primitive, or null when it is not one.
Link copied to clipboard
Returns this value as a JavaScript number primitive, or null when it is not one.
Link copied to clipboard
Returns this value as a JavaScript string primitive, or null when it is not one.