如视 Five SDK
Preparing search index...
five
TileRequestSchedulerOptions
Type Alias TileRequestSchedulerOptions
type
TileRequestSchedulerOptions
=
{
onTileError
?:
(
tile
:
Tile
,
error
:
Error
)
=>
void
;
onTileLoad
?:
(
tile
:
Tile
)
=>
void
;
onTileSkip
?:
(
tile
:
Tile
)
=>
void
;
}
Index
Properties
on
Tile
Error?
on
Tile
Load?
on
Tile
Skip?
Properties
Optional
on
Tile
Error
onTileError
?:
(
tile
:
Tile
,
error
:
Error
)
=>
void
Optional
on
Tile
Load
onTileLoad
?:
(
tile
:
Tile
)
=>
void
Optional
on
Tile
Skip
onTileSkip
?:
(
tile
:
Tile
)
=>
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
on
Tile
Error
on
Tile
Load
on
Tile
Skip
如视 Five SDK
Loading...