Skip to content

SetupParamTuple

SetupParamTuple<E> = E extends object ? A : never

Defined in: Scene.ts:65

The parameter tuple of an entity’s declared setup method. Resolves to never when the entity only inherits the base optional setup? — the base signature is optional, so a class that doesn’t override it fails the required-method match.

E