arcade2d
Type Alias

ComponentFactoryMap

components.types.ts:354

Plain map of component key → component factory consumed by addComponentsFromFactories. Each factory is invoked with the host during registration.

Record<string, ComponentFactory<THost>>
ESC