-
public final class CreateIsolatedWorldRequestRequest object containing input parameters for the PageDomain.createIsolatedWorld command.
-
-
Constructor Summary
Constructors Constructor Description CreateIsolatedWorldRequest(String frameId, String worldName, Boolean grantUniveralAccess)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final Booleancomponent3()final CreateIsolatedWorldRequestcopy(String frameId, String worldName, Boolean grantUniveralAccess)final StringgetFrameId()Id of the frame in which the isolated world should be created. final StringgetWorldName()An optional name which is reported in the Execution Context. final BooleangetGrantUniveralAccess()Whether or not universal access should be granted to the isolated world. -
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final Boolean component3()
-
copy
final CreateIsolatedWorldRequest copy(String frameId, String worldName, Boolean grantUniveralAccess)
-
getFrameId
final String getFrameId()
Id of the frame in which the isolated world should be created.
-
getWorldName
final String getWorldName()
An optional name which is reported in the Execution Context.
-
getGrantUniveralAccess
final Boolean getGrantUniveralAccess()
Whether or not universal access should be granted to the isolated world. This is a powerful option, use with caution.
-
-
-
-