@vcmap/core
    Preparing search index...

    Class VectorStyleItem

    Hierarchy (View Summary)

    Index

    Accessors

    • get className(): string

      Returns string

    • get style(): Style | StyleFunction

      The 2D representation of this style

      Returns Style | StyleFunction

    • set style(style: Style | StyleFunction): void

      The 2D representation of this style

      Parameters

      • style: Style | StyleFunction

      Returns void

    Constructors

    Methods

    Properties

    _style: Style | StyleFunction = ...
    "[moduleIdSymbol]"?: string
    cesiumStyle: Cesium3DTileStyle = ...

    The 3D representation of this style

    colorBlendMode: Cesium3DTileColorBlendMode
    isDestroyed: boolean
    name: string

    unique Name

    properties: Record<string, unknown>
    styleChanged: VcsEvent<void> = ...

    Fired on style updates

    supportedLayers: string[] = []