@moritzbrantner/charts - v0.1.1
GitHub
Preparing search index...
UseChartDragDomainResult
Type Alias UseChartDragDomainResult<TElement>
type
UseChartDragDomainResult
<
TElement
extends
Element
=
HTMLElement
>
=
{
containerRef
:
(
node
:
TElement
|
null
)
=>
void
;
isDragging
:
boolean
;
onDoubleClick
:
MouseEventHandler
<
TElement
>
;
onPointerCancel
:
PointerEventHandler
<
TElement
>
;
onPointerDown
:
PointerEventHandler
<
TElement
>
;
onPointerMove
:
PointerEventHandler
<
TElement
>
;
onPointerUp
:
PointerEventHandler
<
TElement
>
;
selection
:
ChartDomainDragSelection
|
null
;
}
Type Parameters
TElement
extends
Element
=
HTMLElement
Index
Properties
container
Ref
is
Dragging
on
Double
Click
on
Pointer
Cancel
on
Pointer
Down
on
Pointer
Move
on
Pointer
Up
selection
Properties
container
Ref
containerRef
:
(
node
:
TElement
|
null
)
=>
void
is
Dragging
isDragging
:
boolean
on
Double
Click
onDoubleClick
:
MouseEventHandler
<
TElement
>
on
Pointer
Cancel
onPointerCancel
:
PointerEventHandler
<
TElement
>
on
Pointer
Down
onPointerDown
:
PointerEventHandler
<
TElement
>
on
Pointer
Move
onPointerMove
:
PointerEventHandler
<
TElement
>
on
Pointer
Up
onPointerUp
:
PointerEventHandler
<
TElement
>
selection
selection
:
ChartDomainDragSelection
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
container
Ref
is
Dragging
on
Double
Click
on
Pointer
Cancel
on
Pointer
Down
on
Pointer
Move
on
Pointer
Up
selection
GitHub
@moritzbrantner/charts - v0.1.1
Loading...