@dxos/client
    Preparing search index...

    Variable RefArrayConst

    RefArray: Readonly<
        {
            loadAll: <T extends AnyEntity>(refs: readonly Ref<T>[]) => Promise<T[]>;
            removeById: (refs: Ref<AnyEntity>[], id: ObjectId) => void;
            targets: <T extends AnyEntity>(refs: readonly Ref<T>[]) => T[];
        },
    >

    Helper functions for working with arrays of refs.