Function processChipContext

  • Create a new ChipContext from a previous context and a list of alterations. Each alteration can be a new map of strings to data, which overload previous keys, or a function that takes the old context and returns a new one.

    Parameters

    • chipContext: Readonly<Record<string, any>>
    • Rest ...alteredContexts: (undefined | ChipContextResolvable)[]

    Returns ChipContext

Generated using TypeDoc