getModelAppearanceOverride Method
Obtain the override applied to a Model by this style.
getModelAppearanceOverride(id: string): FeatureAppearance | undefined
@returns The corresponding FeatureAppearance, or undefined if the Model's appearance is not overridden.
| Parameter | Type | Description |
|---|---|---|
| id | string | The Id of the Model. |
Returns - FeatureAppearance | undefined
The corresponding FeatureAppearance, or undefined if the Model's appearance is not overridden.
Defined in
Last Updated: 04 June, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.