Type Definitions

Media

Type:
  • object
Properties
NameTypeDescription
idstring

ID of the media

typestring

The type of the media (text, image, video or audio)

valuestring

Value of the media. It can be either an URL or raw text

Step

Type:
  • object
Properties
NameTypeDescription
previousnumber

Index of the previous step. If this is the first step, it should be the index of the step

nextnumber

Index of the next step. If this is the last step, it should be the index of the step

layersArray.<string>

IDs of the layers to display

mediaArray.<string>

IDs of the media to display

positionobject

Camera position (vec3 with x,y,z coordinates)

rotationobject

Camera rotation (quaternion with x,y,z,w coordinates)