@equinor/videx-3d
    Preparing search index...

    Type Alias BatchQueueEntry

    Used internally by DataLoader class

    type BatchQueueEntry = {
        _resolve: ((value?: any) => void) | null;
        key: KeyType;
        promise: Promise<any>;
    }
    Index

    Properties

    Properties

    _resolve: ((value?: any) => void) | null
    key: KeyType
    promise: Promise<any>