The altitude of the shape.
Optionalbevel?: {Bevel configuration for extruded shapes.
The color of the shape.
The height of the shape. Height cannot be updated at this time
OptionalhoverColor?: stringColor of the shape when hovered. Color can be set using CSS color names DarkGoldenRod, as hex strings #0000FF or rgb values rgb(255,0,0).
Controls how the shape participates in pointer-event raycasting.
true: hover and click handlers fire on this shape.false (default): the shape captures the raycast — clicks land on it
and stop there — but no hover or click handler fires. The shape still
shields anything rendered behind it from receiving events.'pass-through': raycasts skip this shape entirely so pointer events
fall through to whatever is rendered behind it. Useful for invisible
helper shapes that must never block clicks beneath them.The opacity of the shape.
The position of the shape as a Coordinate.
The type of the shape.
Whether Shape is visible
The serialized state of a shape feature collection, including its geometry and styling.