Black Trigram (흑괘) - API Documentation - v0.2.10
    Preparing search index...

    Interface AudioLoadingState

    interface AudioLoadingState {
        currentAsset?: string;
        errors: readonly string[];
        failed: number;
        loaded: number;
        progress: number;
        total: number;
    }
    Index

    Properties

    currentAsset?: string
    errors: readonly string[]
    failed: number
    loaded: number
    progress: number
    total: number