콘텐츠로 이동
한국어

SingletonReference

이 콘텐츠는 아직 번역되지 않았습니다.

SingletonReference<TCommand> = SingletonKey<TCommand> | SingletonKeyedClass<TCommand> | string

Defined in: src/cluster/singleton/SingletonKey.ts:93

Anything that names a singleton: its key, the class that declares the key, or the bare typeName for singletons started from a plain options object with no class to hang a static on.

TCommand = unknown