Interface EntityAttrReducer<V, T>

Reduce function for an entity attribute lookup.

interface EntityAttrReducer ((result, value, attr, tag) => T)

Type Parameters

  • V

  • T = any

  • Parameters

    • result: undefined | T
    • value: V
    • attr: string
    • tag: string

    Returns T

Generated using TypeDoc