loadStatus Readonly
loadStatus: TileTreeLoadStatus
The current load state of the tree. This can be reset to NotLoaded after loading if the owner becomes disposed or the tree is not used for a long period of time.
tileTree will be undefined
unless loadStatus
is TileTreeLoadStatus.Loaded.
@see TileTreeOwner.load to ensure the tree is enqueued for loading if necessary.
Defined in
Last Updated: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.