콘텐츠로 이동
한국어

ExtensionId

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

Defined in: src/Extension.ts:16

Identifier + factory pair that the ActorSystem uses to lazily create and cache an extension singleton. Conceptually: the key gives identity, the createExtension function produces the instance on first access.

T extends Extension = Extension

readonly key: symbol

Defined in: src/Extension.ts:17


readonly name: string

Defined in: src/Extension.ts:18

createExtension(system): T

Defined in: src/Extension.ts:19

ActorSystem

T