Skip to content

Documentation / scene / RuntimeScriptObjectDeclaration

Type Alias: RuntimeScriptObjectDeclaration

RuntimeScriptObjectDeclaration = object

Defined in: libs/scene/src/app/runtimescript.ts:82

Decorator configuration for a structured object-array element.

This is only valid as object_array.element.

Properties

type

type: "object"

Defined in: libs/scene/src/app/runtimescript.ts:83


fields

fields: RuntimeScriptObjectFieldDeclaration[]

Defined in: libs/scene/src/app/runtimescript.ts:84


default?

optional default?: Record<string, unknown>

Defined in: libs/scene/src/app/runtimescript.ts:85

Released under the MIT License.