[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-07-22 UTC."],[],[],null,["Represents a progress update or a final state from loading bundles.\n\n**Signature:** \n\n export declare interface LoadBundleTaskProgress \n\nProperties\n\nLoadBundleTaskProgress.bytesLoaded\n\nHow many bytes have been loaded.\n\n**Signature:** \n\n bytesLoaded: number;\n\nLoadBundleTaskProgress.documentsLoaded\n\nHow many documents have been loaded.\n\n**Signature:** \n\n documentsLoaded: number;\n\nLoadBundleTaskProgress.taskState\n\nCurrent task state.\n\n**Signature:** \n\n taskState: TaskState;\n\nLoadBundleTaskProgress.totalBytes\n\nHow many bytes are in the bundle being loaded.\n\n**Signature:** \n\n totalBytes: number;\n\nLoadBundleTaskProgress.totalDocuments\n\nHow many documents are in the bundle being loaded.\n\n**Signature:** \n\n totalDocuments: number;"]]