SpaceHandle¶
Interface SpaceHandle
Properties
Optionalrole Key
roleKey?: string
An optional key of a member role to assign when the space is opened via the handle. Undefined, if the handle was requested without specifying a role. If undefined, the MemberRole.VIEWER role will be assigned when opening the space via the handle.
space Id
spaceId: string
The ID of the space in which the handle was requested. This is the space that will be opened when using the handle with SpaceAPI.openSpace.
Optionalspace Url
spaceUrl?: string
URL that can be used to open the space via the handle. Satisfies the format
<HUB_URL>/space/<SPACE_ID>[?roleKey=<ROLE_KEY>], where <HUB_URL> is the URL of the hub, <SPACE_ID> is the
ID of the space, and <ROLE_KEY> is an optional key of a member role to assign when opening the space via
the handle.
Shareable reference to a 3D space.
See