Interface RelatedGroup<T>

One source feature plus its related records.

interface RelatedGroup<T> {
    features: readonly HonuaTypedFeature<T>[];
    sourceId: FeatureId;
}

Type Parameters

  • T = Record<string, unknown>

Properties

Properties

features: readonly HonuaTypedFeature<T>[]
sourceId: FeatureId