Stratal API Reference
Preparing search index...
stratal
ExtensionDecorator
Type Alias ExtensionDecorator<T>
ExtensionDecorator
:
(
service
:
T
,
container
:
ContainerLike
)
=>
T
Decorator function type for extend() method
Type Parameters
T
The service type being decorated
Type Declaration
(
service
:
T
,
container
:
ContainerLike
)
:
T
Parameters
service
:
T
container
:
ContainerLike
Returns
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Stratal API Reference
Loading...
Decorator function type for extend() method