Skip to content

EventConstructor

EventConstructor<T>: (…any) => T

When you see this on a function/method signature it means that it takes an Event derived class that you’ve written.

Type parameters

T extends Event

Parameters

• …any: any

Returns

T


Generated using typedoc-plugin-markdown and TypeDoc