Arabic Maqām Network - TypeScript Library Documentation - v0.1.0
    Preparing search index...

    Interface ExportOptions

    interface ExportOptions {
        includeTuningSystemDetails: boolean;
        includePitchClasses: boolean;
        includeAjnasDetails: boolean;
        includeMaqamatDetails: boolean;
        includeMaqamatModulations: boolean;
        includeAjnasModulations: boolean;
        progressCallback?: (percentage: number, step: string) => void;
    }
    Index

    Properties

    includeTuningSystemDetails: boolean
    includePitchClasses: boolean
    includeAjnasDetails: boolean
    includeMaqamatDetails: boolean
    includeMaqamatModulations: boolean
    includeAjnasModulations: boolean
    progressCallback?: (percentage: number, step: string) => void