Skip to content

Documentation / scene / ScriptAttachmentConfig

Type Alias: ScriptAttachmentConfig

ScriptAttachmentConfig = Nullable<Record<string, unknown> | unknown[]>

Defined in: libs/scene/src/scene/script_attachment.ts:8

Serializable script attachment configuration payload.

Released under the MIT License.