RAMP4 - v4.21.0
Preparing search index...
fixtures/draw/use-draw-measurements
useDrawMeasurements
Function useDrawMeasurements
useDrawMeasurements
(
__namedParameters
:
DrawMeasurementsOptions
,
)
:
{
clearMeasurementGraphics
:
()
=>
void
;
measurementSummary
:
Ref
<
string
,
string
>
;
refreshMeasurementGraphics
:
(
activeGraphic
?:
Graphic
,
activeTool
?:
string
,
)
=>
Promise
<
void
>
;
scheduleMeasurementRefresh
:
(
activeGraphic
?:
Graphic
,
activeTool
?:
string
,
)
=>
void
;
}
Parameters
__namedParameters
:
DrawMeasurementsOptions
Returns
{
clearMeasurementGraphics
:
()
=>
void
;
measurementSummary
:
Ref
<
string
,
string
>
;
refreshMeasurementGraphics
:
(
activeGraphic
?:
Graphic
,
activeTool
?:
string
,
)
=>
Promise
<
void
>
;
scheduleMeasurementRefresh
:
(
activeGraphic
?:
Graphic
,
activeTool
?:
string
,
)
=>
void
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
RAMP4 - v4.21.0
Loading...