Readonly
lengthThe number of registered extensions of a certain type.
Executes the specified method asynchronously for all registered extensions of a certain type.
An extension method that can be executed.
Parameter of the executed method passed between extensions.
Executes the specified method asynchronously for all registered extensions of a certain type.
An extension method that can be executed.
Parameter of the executed method passed between extensions.
Executes the specified method asynchronously for all registered extensions of a certain type and intercepts all exceptions during method execution.
The result of executing the specified method for all registered extensions of a certain type.
An extension method that can be executed.
Parameter of the executed method passed between extensions.
Optional
showErrors: booleanFlag indicating the need to handle errors when they occur according to the settings of the execution object. For example, to output errors to the user.
Executes the specified method asynchronously for all registered extensions of a certain type and intercepts all exceptions during method execution.
The result of executing the specified method for all registered extensions of a certain type.
An extension method that can be executed.
Parameter of the executed method passed between extensions.
Optional
showErrors: booleanFlag indicating the need to handle errors when they occur according to the settings of the execution object. For example, to output errors to the user.
Returns all extensions registered by extensions of a certain type taking into account the passed parameter of the executed method.
All extensions registered extensions of a certain type.
Optional
context: null | ExtractExtensionContext<E>Parameter of the executed method passed between extensions.
Returns all extensions registered by extensions of a certain type taking into account the passed parameter of the executed method.
All extensions registered extensions of a certain type.
Optional
context: null | ExtractExtensionContext<E>Parameter of the executed method passed between extensions.
Generated using TypeDoc
An object that performs extensions of the specified type.