API reference

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

T

typeApplicationLike

@codexo/exojs / core / stable

Anything that resolves to a concrete Application instance type: the instance itself, its constructor, or `typeof` an already-typed instance. Scene's second generic accepts any of the three - see ApplicationOf.

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

Anything that resolves to a concrete Application instance type: the instance itself, its constructor, or `typeof` an already-typed instance. Scene's second generic accepts any of the three - see ApplicationOf.

Definition1
Source