Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ScenesApiRenderSceneRequest

Request parameters for renderScene operation in ScenesApi.

export
interface

ScenesApiRenderSceneRequest

Hierarchy

  • ScenesApiRenderSceneRequest

Index

Properties

Properties

Optional Readonly height

height?: number

The height of the image to render.

memberof

ScenesApiRenderScene

Readonly id

id: string

The `scene` ID.

memberof

ScenesApiRenderScene

Optional Readonly width

width?: number

The width of the image to render.

memberof

ScenesApiRenderScene