Interface: SelectFeatureAction
Defined in: runtime/action.ts:43
Selects (or, with featureId: null, clears) a feature on a layer.
Properties
featureId
featureId:
string|number|null
Defined in: runtime/action.ts:48
Feature id to select, or null to clear the current selection.
layerId
layerId:
string
Defined in: runtime/action.ts:46
Id of the layer to select on — must match spec.layers[].id.
rationale?
optionalrationale?:string
Defined in: runtime/action.ts:50
Optional free-text reason, preserved on the action log entry for audit.
type
type:
"select-feature"
Defined in: runtime/action.ts:44