FeatureAppearanceProvider.chain Function
Chain two FeatureAppearanceProviders together such that first
's getFeatureAppearance
function is applied before second
's.
If second
invokes source.getAppearance()
, the returned appearance will include any modifications applied by first
.
chain(first: FeatureAppearanceProvider, second: FeatureAppearanceProvider): FeatureAppearanceProvider
Parameter | Type | Description |
---|---|---|
first | FeatureAppearanceProvider | |
second | FeatureAppearanceProvider |
Returns - FeatureAppearanceProvider
Defined in
- core/common/src/FeatureSymbology.ts Line 998
Last Updated: 13 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.