Service
n8n-nodes-semble / core/ServiceContainer / Service
Function: Service()¶
Service(
name
,lifetime
): \<T
>(constructor
) =>T
Defined in: core/ServiceContainer.ts:301
Service decorator for automatic registration
Parameters¶
name¶
string
lifetime¶
ServiceLifetime
= ServiceLifetime.TRANSIENT
Returns¶
\<
T
>(constructor
):T
Type Parameters¶
T¶
T
extends (...args
) => object
Parameters¶
constructor¶
T
Returns¶
T