Skip to content

defaultGetGroupedValue

defaultGetGroupedValue(value, i, types, key): any

A function that retrieves the grouped value from a payload.

Parameters

value: any

The payload from which the grouped value is to be retrieved.

i: number

The index of the payload.

types: Types

An object containing the types.

key: string

The key of the grouped value.

Returns

any

The value from the group.

Source

ecmascript/src/constants.ts:181


Generated using typedoc-plugin-markdown and TypeDoc