On this page

Interface PropertyValue<T, R>

Will be removed from public API in MapTiler SDK v4

interface PropertyValue<T, R> {
    expression: StylePropertyExpression;
    property: Property<T, R>;
    value: void | PropertyValueSpecification<T>;
    getGlobalStateRefs(): Set<string>;
    isDataDriven(): boolean;
    possiblyEvaluate(
        parameters: EvaluationParameters,
        canonical?: ICanonicalTileID,
        availableImages?: string[],
    ): R;
}

Type Parameters

  • T
  • R
Index

Properties

property: Property<T, R>

Methods

  • Returns Set<string>

  • Returns boolean

Was this helpful?
SDK JS
Reference
PropertyValue