addAppearanceProvider Method
Add a provider to supplement or override the symbology overrides for the view.
addAppearanceProvider(provider: FeatureAppearanceProvider): void
@note If a provider already exists, the new provider will be chained such that it sees the base overrides after they have potentially been modified by the existing provider.
Parameter | Type | Description |
---|---|---|
provider | FeatureAppearanceProvider |
Returns - void
Defined in
Last Updated: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.