@tikoci/centrs
    Preparing search index...

    Interface CdbGroupExpansion

    interface CdbGroupExpansion {
        empty: boolean;
        targets: readonly CdbGroupTarget[];
        warnings: readonly ResolverWarning[];
    }
    Index

    Properties

    empty: boolean

    True when no entry matched the group (unknown and empty are the same).

    targets: readonly CdbGroupTarget[]

    Group members ordered by CDB record index, de-duped.

    warnings: readonly ResolverWarning[]

    CDB load warnings plus a cdb/empty-group warning when empty.