isLoadingComplete
isLoadingComplete: (viewport: Viewport) => boolean | undefined
If defined, returns true if the TileTrees required for displaying this provider's graphics in the specified Viewport are loaded and ready to draw. Otherwise, isLoadingComplete is invoked for each reference. A provider might supply this function if it needs to perform some asynchronous work before it can supply its TileTreeReferences and/or after its TileTrees are loaded.
Defined in
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.