arcade2d
Type Alias

ComponentMap

components.types.ts:344

Plain map of component key → component used by the multi-add APIs and returned from addComponents so callers can grab refs to what they registered without a follow-up getComponent call.

Record<string, Component<THost>>
ESC