A paramaterized constructable type (i.e., any class type).
The type being constructed.
The constructor parameters that are required to create an instance of T
. Defaults to the
constructor parameters of T
.
A function that when invoked, will remove the associated listener from a TypedEvent.
A constructable type that provides a given implementation.
A listener of a TypedEvent.
Defines symbols for working with worker environment data.
A property that represents a flag indicating whether the current thread should be marked as a worker.
A constant that describes the current set of RuntimeFlags that define the current platform.
A constant that describes the cumulative set of all current RuntimeFlags.
Returns an indicator as to whether the caller is running on the main thread.
true
if the RuntimeFlags.worker flag is not set on the current runtimeFlags; otherwise false
.
Returns an indicator as to whether the caller is running on a worker thread.
true
if the RuntimeFlags.worker flag is set on the current runtimeFlags; otherwise false
.
Retrieves the display name of a constructable type.
The Constructor for which a name is required.
The name of target
, or some default if a name could not be found.
Generated using TypeDoc
Any constructable type (i.e., any class type).