API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

T

typeConstructorOf

@codexo/exojs / core / stable

Extracts the Scene subclass constructor a SceneRegistration resolves to - unwraps the descriptor form, passes a bare constructor through unchanged.

0
props
0
methods
0
events
Import
import { ConstructorOf } from '@codexo/exojs'

Extracts the Scene subclass constructor a SceneRegistration resolves to - unwraps the descriptor form, passes a bare constructor through unchanged.

Definition1
R extends { scene: C } ? C : R
Source