HitResult
Documentation / @elitechart/drawings / HitResult
Defined in: core/dist/index.d.ts:692
Result of hit-testing a drawing at a given screen point. handle
lets the chart show a resize cursor when the pointer is over an
endpoint vs a grab cursor for the body.
Example
Properties
handle?
Defined in: core/dist/index.d.ts:695
Which handle was hit — 'start', 'end', 'body', etc. Undefined if not on a handle.
hit
Defined in: core/dist/index.d.ts:693