gis-tools-ts - v0.6.0
Preparing search index...
index
TileChild
Interface TileChild<M, D, P>
The child of a tile
interface
TileChild
<
M
=
Record
<
string
,
unknown
>
,
D
extends
MValue
=
Properties
,
P
extends
Properties
=
Properties
,
>
{
id
:
bigint
;
tile
:
Tile
<
M
,
D
,
P
>
;
}
Type Parameters
M
=
Record
<
string
,
unknown
>
D
extends
MValue
=
Properties
P
extends
Properties
=
Properties
Index
Properties
id
tile
Properties
id
id
:
bigint
The id of the child tile
tile
tile
:
Tile
<
M
,
D
,
P
>
The child tile
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
tile
gis-tools-ts - v0.6.0
Loading...
The child of a tile