Type alias ChipContext

ChipContext: Readonly<Record<string, any>>

A ChipContext is a immutable map of strings to data. It is provided to chips by their parents.

Instead of modifying a chip context, it should be overloaded, by calling processChipContext90

Generated using TypeDoc