Last updated

API / geotoolkit3d / data / loader / AbstractLoader / AbstractLoader

Namespace: AbstractLoader

loader.AbstractLoader.AbstractLoader

Table of contents

Type Aliases

Contents

Type Aliases

LoadOptions

Ƭ LoadOptions<T>: Object

the optional parameters

Type parameters

Name
T

Type declaration

NameType
onError?(error: string | Error | ErrorEvent) => void
onLoad?(result: T) => void
onProgress?(result: ProgressEvent) => void