ThreePipe
Preparing search index...
SimpleJSONLoader
Class SimpleJSONLoader
Hierarchy (
View Summary
)
FileLoader
SimpleJSONLoader
JSONMaterialLoader
Index
Constructors
constructor
Properties
Supported
JSON
Extensions
Supported
JSON
Types
Methods
load
parse
Async
Constructors
constructor
new
SimpleJSONLoader
(
manager
?:
LoadingManager
)
:
SimpleJSONLoader
Parameters
Optional
manager
:
LoadingManager
Returns
SimpleJSONLoader
Properties
Static
Supported
JSON
Extensions
SupportedJSONExtensions
:
ValOrFunc
<
string
[]
>
= []
Static
Supported
JSON
Types
SupportedJSONTypes
:
ValOrFunc
<
string
[]
>
= []
Methods
load
load
(
url
:
string
,
onLoad
?:
(
response
:
any
)
=>
void
,
onProgress
?:
(
request
:
ProgressEvent
)
=>
void
,
onError
?:
(
event
:
ErrorEvent
)
=>
void
,
)
:
any
Parameters
url
:
string
Optional
onLoad
:
(
response
:
any
)
=>
void
Optional
onProgress
:
(
request
:
ProgressEvent
)
=>
void
Optional
onError
:
(
event
:
ErrorEvent
)
=>
void
Returns
any
parse
Async
parseAsync
(
data
:
Record
<
string
,
any
>
)
:
Promise
<
any
>
Parameters
data
:
Record
<
string
,
any
>
Returns
Promise
<
any
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
Supported
JSON
Extensions
Supported
JSON
Types
Methods
load
parse
Async
ThreePipe
Loading...