Function calculateGroupableId

  • Calculates the groupable ID for this filters. The groupable ID is a deterministic association of the filters used in a filters. When the combination of filters makes it possible to group them, the groupable ID is used to group them.

    The different filters in the array are differentiated so that filters can only be grouped with other filters that have the same signature

    Parameters

    Returns NDKFilterGroupingId | null

    The groupable ID, or null if the filters are not groupable.

Generated using TypeDoc