On this page

Type Alias PossiblyEvaluatedValue<T>

PossiblyEvaluatedValue:
    | { kind: "constant"; value: T }
    | SourceExpression
    | CompositeExpression

Type Parameters

  • T

Will be removed from public API in MapTiler SDK v4

Was this helpful?
SDK JS
Reference
PossiblyEvaluatedValue