loadAlwaysCallback Property
Summary
The callback function that always fires after the loadFromLocal operation has finished.
Syntax
Object.defineProperty(LoadFromLocalParams.prototype, 'loadAlwaysCallback',
get: function(),
set: function(value)
)
Property Value
Default value is null. If a valid function is provided, this callback fires after the Viewer.loadFromLocal operation has finished.