Skip to content

Documentation / scene / IAttachedScript

Interface: IAttachedScript

Defined in: libs/scene/src/app/scriptingsystem.ts:65

Information about a script attached to a host.

Properties

id

id: string

Defined in: libs/scene/src/app/scriptingsystem.ts:67

The logical module identifier used to resolve the script.


url

url: string

Defined in: libs/scene/src/app/scriptingsystem.ts:69

The resolved runtime URL used for dynamic import.


instance

instance: RuntimeScript<any>

Defined in: libs/scene/src/app/scriptingsystem.ts:71

The instantiated runtime script.

Released under the MIT License.