CreateIsolatedWorldParameter

@Serializable
data class CreateIsolatedWorldParameter(val frameId: String, val worldName: String? = null, val grantUniveralAccess: Boolean? = null)

Constructors

Link copied to clipboard
constructor(frameId: String, worldName: String? = null, grantUniveralAccess: Boolean? = null)

Properties

Link copied to clipboard

Id of the frame in which the isolated world should be created.

Link copied to clipboard

Whether or not universal access should be granted to the isolated world. This is a powerful option, use with caution.

Link copied to clipboard
val worldName: String? = null

An optional name which is reported in the Execution Context.