MCPcopy Create free account
hub / github.com/CoderLine/alphaTab / load

Method load

packages/alphatab/src/platform/IUiFacade.ts:204–204  ·  view source on GitHub ↗

* Attempts a load of the score represented by the given data object. * @param data The data object to decode * @param success The action to call if the score was loaded * @param error The action to call if any error during loading ocurred. * @returns true if the data object is su

(data: unknown, success: (score: Score) => void, error: (error: Error) => void)

Source from the content-addressed store, hash-verified

202 * @returns true if the data object is supported and a load was initiated, otherwise false
203 */
204 load(data: unknown, success: (score: Score) => void, error: (error: Error) => void): boolean;
205
206 /**
207 * Attempts a load of the score represented by the given data object.

Callers 7

build.gradle.ktsFile · 0.65
DragDropClass · 0.65
loadMethod · 0.65
loadMethod · 0.65
loadMethod · 0.65
checkFontMethod · 0.65

Implementers 3

AndroidUiFacadepackages/kotlin/src/android/src/main/j
TestUiFacadepackages/alphatab/test/visualTests/Tes
BrowserUiFacadepackages/alphatab/src/platform/javascr

Calls

no outgoing calls

Tested by

no test coverage detected