Member visibility
Filter class members by access level.
Showing members with Protected visibility and higher.
Alias of offoff.
public async waitFor<TEventKey>(
event: TEventKey,
options?: WaitForOptions<TEvents[TEventKey]>
): Promise<TEvents[TEventKey]>public async waitFor<TEventKey>(
event: TEventKey,
options?: WaitForOptions<TEvents[TEventKey]>
): Promise<TEvents[TEventKey]>Parameter:
eventThe event to wait for.
Parameter:
optionsAn optional filter, abort signal, and timeout.