IXYCursorPrivate

Type interface

Inheritance

IXYCursorPrivate extends IContainerPrivate.

IXYCursorPrivate is extended by IRadarCursorPrivate.

Properties

downPositionX
#

Type undefined | number

Horizontal cursor position on the moment when selection started.

downPositionY
#

Type undefined | number

Vertical cursor position on the moment when selection started.

focusable
#

Type undefined | false | true

Inherited from ISpritePrivate

If set to false, its tabindex will be set to -1, so it does not get focused with TAB, regardless whether its public setting focusable is set to true.

@since 5.3.16

htmlElement
#

Type HTMLDivElement

Inherited from IContainerPrivate

A <div> element used for HTML content of the Container.

lastPoint
#

Type IPoint

Last global point to which cursor moved

point
#

Type IPoint

Current X/Y coordinates of the cursor.

positionX
#

Type undefined | number

Current horizontal position relative to the plot area (0-1).

positionY
#

Type undefined | number

Current vertical position relative to the plot area (0-1).

showingTooltip
#

Type undefined | false | true

Inherited from ISpritePrivate

Is element currently showing a tooltip?

tooltipTarget
#

Type Graphics

Inherited from ISpritePrivate

An element tooltip should inherit its colors from.

trustBounds
#

Type undefined | false | true

Inherited from ISpritePrivate

If set to true, the sprite will check if a mouse pointer is within its bounds before dispatching pointer events.

This helps to solve ghost tooltips problem that sometimes appear while moving the pointer over interactive objects.

This is set to true by default on Rectangle and Circle.

@since 5.5.0

There are 5 inherited items currently hidden from this list.