@vcmap/core
    Preparing search index...

    Class ClippingPolygonObject

    baseclass for all Objects

    Hierarchy (View Summary)

    Index

    Accessors

    • get className(): string

      Returns string

    Constructors

    Methods

    Properties

    "[moduleIdSymbol]"?: string
    activeOnStartup: boolean
    clippingPolygonChanged: VcsEvent<
        { newValue: ClippingPolygon; oldValue: ClippingPolygon
        | undefined },
    > = ...
    isDestroyed: boolean
    layersChanged: VcsEvent<
        { newValue: string[]
        | "all"; oldValue: string[] | "all" },
    > = ...
    name: string

    unique Name

    properties: Record<string, unknown>
    terrainChanged: VcsEvent<boolean> = ...