Function getCodeContributions

  • Gets a stable snapshot of the current code contribution registrations as a read-only map. If there are no contributions for the given point, an empty map is returned.

    Type Parameters

    • Value

      Expected type of the code contribution value

    Parameters

    • contribPointId: string

      The code contribution point identifier.

    Returns ReadonlyMap<string, Value> | undefined

    A read-only map of code contributions or undefined if it does not exist.

Generated using TypeDoc