Loom Engine - v3.1.1
    Preparing search index...

    Interface AssetDoneEvent

    interface AssetDoneEvent {
        total: number;
        succeeded: number;
        failed: number;
        errors: readonly AssetErrorEvent[];
    }
    Index

    Properties

    total: number
    succeeded: number
    failed: number
    errors: readonly AssetErrorEvent[]