Skip to content
pyautark (soon)

@urban-toolkit/autk-map


@urban-toolkit/autk-map / UpdateRenderInfoParams

Interface: UpdateRenderInfoParams

Defined in: autk-map/src/api.ts:192

Parameters for updating one or more render properties of a layer.

Use this to patch render-state fields such as visibility, opacity, picking, or other supported layer render flags without rebuilding the layer.

Properties

renderInfo

renderInfo: Partial<LayerRenderInfo>

Defined in: autk-map/src/api.ts:196

Partial render-state patch applied to the target layer.

Released under the MIT License.