meta

Gets or sets the object containing application-specific expression that can be explicitly evaluated, e.g., for display in a UI.

const style = new Cesium3DTileStyle({
    meta : {
        description : '"Building id ${id} has height ${Height}."'
    }
});
style.meta.description.evaluate(feature); // returns a String with the substituted variables

See also