Wondering if there is a list somewhere of allowable Vector Tile Basemap Enums.
For example, in this Mapbox GL JS example of using Esri basemaps:
https://developers.arcgis.com/mapbox-gl-js/maps/change-the-basemap-layer/
Several are listed as examples, such as: ArcGIS:Streets, ArcGIS:Topographic, ArcGIS:Imagery:Standard, etc.
Would like to have a comprehensive list (assuming that what is on the page is not the full list already) but cannot find it in API docs.
Really what I want is a ArcGIS:Imagery:Hybrid that loads the Hybrid Imagery basemap in Map Box but in general just want to know what the allowable values are.
Thank you.