[Home](./index.md) > [three-loader-3dtiles](./three-loader-3dtiles.md) > [LoaderProps](./three-loader-3dtiles.loaderprops.md) > [url](./three-loader-3dtiles.loaderprops.url.md) ## LoaderProps.url property The URL of the tileset. For example if using Cesium ION, it would have the form: `https://assets.cesium.com/[ASSET_ID]/tileset.json`. Signature: ```typescript url: string; ```