RAMP4 - v4.21.0
Preparing search index...
fixtures/draw/use-draw-identify
useDrawIdentify
Function useDrawIdentify
useDrawIdentify
(
__namedParameters
:
DrawIdentifyOptions
,
)
:
{
cancelFeatureCountRunsForGraphic
:
(
id
:
string
|
undefined
)
=>
void
;
cancelPendingFeatureCountRefresh
:
()
=>
void
;
refreshSelectedGraphicFeatureCounts
:
(
graphic
?:
DrawGraphicLike
|
undefined
,
)
=>
Promise
<
void
>
;
runIdentifyForSelectedGraphic
:
()
=>
Promise
<
void
>
;
scheduleFeatureCountRefresh
:
(
graphic
:
Graphic
)
=>
void
;
}
Parameters
__namedParameters
:
DrawIdentifyOptions
Returns
{
cancelFeatureCountRunsForGraphic
:
(
id
:
string
|
undefined
)
=>
void
;
cancelPendingFeatureCountRefresh
:
()
=>
void
;
refreshSelectedGraphicFeatureCounts
:
(
graphic
?:
DrawGraphicLike
|
undefined
,
)
=>
Promise
<
void
>
;
runIdentifyForSelectedGraphic
:
()
=>
Promise
<
void
>
;
scheduleFeatureCountRefresh
:
(
graphic
:
Graphic
)
=>
void
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
RAMP4 - v4.21.0
Loading...