Appearance
Documentation / @geoverse/react / GvMeasureProps
Interface: GvMeasureProps
Defined in: react/src/components/interactions.tsx:75
Properties
active?
ts
optional active?: boolean;Defined in: react/src/components/interactions.tsx:78
kind?
ts
optional kind?: MeasureKind;Defined in: react/src/components/interactions.tsx:77
测量类型(测距 / 测面),默认 'length'
onComplete?
ts
optional onComplete?: (result) => void;Defined in: react/src/components/interactions.tsx:79
Parameters
result
MeasureResult
Returns
void
