Hilo3d API - v2.0.0-alpha.4
    Preparing search index...

    Interface ParticleEventAggregate

    Bounded asynchronous aggregate returned to application code.

    interface ParticleEventAggregate {
        counts: Readonly<Record<string, number>>;
        droppedCount: number;
        events: readonly Readonly<ParticleEventRecord>[];
        remainingCount: number;
    }
    Index
    counts: Readonly<Record<string, number>>
    droppedCount: number
    events: readonly Readonly<ParticleEventRecord>[]
    remainingCount: number