Asynchronously generates a Cesium3DTileStyle that hides any features
whose IDs appear in the provided deletion list object, by setting their "show" property to false.
Pre-existing style show conditions and color are preserved.
Parameters
style: Object
The base Cesium3DTileStyle or style definition object.
ids: {}
Object mapping group names to arrays of feature IDs to be hidden.
Returns Promise<Cesium3DTileStyle>
The new Cesium3DTileStyle object with hidden features.
Asynchronously generates a Cesium3DTileStyle that hides any features whose IDs appear in the provided deletion list object, by setting their "show" property to false. Pre-existing style show conditions and color are preserved.