SetupParamTuple
SetupParamTuple<
E> =Eextendsobject?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.
Type Parameters
Section titled “Type Parameters”E