Skip to main content

load

Description​

Attempts a load of the score represented by the given data object.

load(data: unknown, success: (score: Score) => void, error: (error: Error) => void): boolean
ParameterSummary
dataAll

The data object to decode

successAll

The action to call if the score was loaded

errorAll

The action to call if any error during loading ocurred.

Returns​

true if the data object is supported and a load was initiated, otherwise false