IXYCursorAdapters

Type interface

Defines adapters for XYCursor.

Adapter

Inheritance

IXYCursorAdapters extends ICursorAdapters, IXYCursorProperties.

IXYCursorAdapters is extended by IRadarCursorAdapters, ICurveCursorAdapters.

Properties

align
#

Param

Array
(
    [name] => Align
    [type] => reference
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

alwaysShowTooltip
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

behavior
#

Param

Array
(
    [name] => 
    [type] => union
    [types] => Array
        (
            [0] => Array
                (
                    [name] => 
                    [type] => stringLiteral
                    [value] => zoomX
                )

            [1] => Array
                (
                    [name] => 
                    [type] => stringLiteral
                    [value] => zoomY
                )

            [2] => Array
                (
                    [name] => 
                    [type] => stringLiteral
                    [value] => zoomXY
                )

            [3] => Array
                (
                    [name] => 
                    [type] => stringLiteral
                    [value] => selectX
                )

            [4] => Array
                (
                    [name] => 
                    [type] => stringLiteral
                    [value] => selectY
                )

            [5] => Array
                (
                    [name] => 
                    [type] => stringLiteral
                    [value] => selectXY
                )

            [6] => Array
                (
                    [name] => 
                    [type] => stringLiteral
                    [value] => panX
                )

            [7] => Array
                (
                    [name] => 
                    [type] => stringLiteral
                    [value] => panY
                )

            [8] => Array
                (
                    [name] => 
                    [type] => stringLiteral
                    [value] => panXY
                )

            [9] => Array
                (
                    [name] => 
                    [type] => stringLiteral
                    [value] => none
                )

        )

)

{ type: string,
  target: Target }

Default "zoomX"

Inherited from IXYCursorProperties

Cursor's behavior when moved with pointer down:

  • "zoomX" - zooms horizontally; (default)
  • "zoomY" - zooms vertically;
  • "zoomXY" - zooms both horizontally and vertically;
  • "selectX" - selects a range horizontally;
  • "selectY" - selects a range vertically;
  • "selectXY" - selects a range both horizontally and vertically;
  • "panX" - moves (pans) current selection horizontally;
  • "panY" - moves (pans) current selection vertically;
  • "panXY" - moves (pans) current selection both horizontally and vertically;
  • "none" - does nothing with pointer down.

clickable
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

contentAlign
#

Param

Array
(
    [name] => Align
    [type] => reference
)

{ type: string,
  target: Target }

Inherited from IContainerProperties

Horizontal alignment of Container's items.

contextMenuDisabled
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

criticalError
#

Param

Array
(
    [name] => Error
    [type] => reference
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

cursorOptions
#

Param

Array
(
    [name] => ICursorOptions
    [type] => reference
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

cursorPoint
#

Param

Array
(
    [name] => IPoint
    [type] => reference
)

{ type: string,
  target: Target }

Inherited from ICursorAdapters

Can be used to modify cursor position point dynamically using custom code.

@since 4.9.35

disabled
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

draggable
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

dx
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

dy
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

fill
#

Param

Array
(
    [name] => 
    [type] => union
    [types] => Array
        (
            [0] => Array
                (
                    [name] => Color
                    [type] => reference
                )

            [1] => Array
                (
                    [name] => LinearGradient
                    [type] => reference
                )

            [2] => Array
                (
                    [name] => RadialGradient
                    [type] => reference
                )

            [3] => Array
                (
                    [name] => Pattern
                    [type] => reference
                )

        )

)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

fillModifier
#

Param

Array
(
    [name] => ColorModifier
    [type] => reference
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

fillOpacity
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

fixedWidthGrid
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Default false

Inherited from IContainerProperties

If set to true, all columns of the container with layout type "grid" will be equally sized.

focusable
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

fontFamily
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from IContainerProperties

Font family for the text.

fontSize
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from IContainerProperties

Font size for the text.

fontWeight
#

Param

Array
(
    [name] => FontWeight
    [type] => reference
)

{ type: string,
  target: Target }

Default "normal"

Inherited from IContainerProperties

Default font weight.

fullWidthLineX
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from IXYCursorProperties

Cursor's horizontal line is expanded to take full width of the related Axis' cell/category.

fullWidthLineY
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from IXYCursorProperties

Cursor's vertical line is expanded to take full width of the related Axis' cell/category.

globalScale
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

height
#

Param

Array
(
    [name] => 
    [type] => union
    [types] => Array
        (
            [0] => Array
                (
                    [name] => number
                    [type] => intrinsic
                )

            [1] => Array
                (
                    [name] => Percent
                    [type] => reference
                )

        )

)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

hidden
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

hideSeriesTooltipsOnSelection
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from IXYCursorProperties

If set to true this will hide series tooltips when selecting with cursor.

@since 4.5.15

hitOptions
#

Param

Array
(
    [name] => IHitOptions
    [type] => reference
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

horizontalCenter
#

Param

Array
(
    [name] => HorizontalCenter
    [type] => reference
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

hoverOnFocus
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

hoverOptions
#

Param

Array
(
    [name] => IHoverOptions
    [type] => reference
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

hoverable
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

id
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

inert
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

inertiaOptions
#

Param

Array
(
    [name] => Dictionary
    [type] => reference
    [typeArguments] => Array
        (
            [0] => Array
                (
                    [name] => InertiaTypes
                    [type] => reference
                )

            [1] => Array
                (
                    [name] => IInertiaOptions
                    [type] => reference
                )

        )

)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

innerHeight
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

innerWidth
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

interactionsEnabled
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

isActive
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

isHover
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

keyboardOptions
#

Param

Array
(
    [name] => IKeyboardOptions
    [type] => reference
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

layout
#

Param

Array
(
    [name] => ContainerLayout
    [type] => reference
)

{ type: string,
  target: Target }

Default "absolute"

Inherited from IContainerProperties

Container layout.

Options: "absolute" (default), "vertical", "horizontal", or "grid".

marginBottom
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

marginLeft
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

marginRight
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

marginTop
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

mask
#

Param

Array
(
    [name] => Sprite
    [type] => reference
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

maxColumns
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from IContainerProperties

Maximum number of columns (when using "grid" layout).

maxHeight
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

maxPanOut
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from IXYCursorProperties

If cursor behavior is panX or panY, we allow to pan plot out of it's max bounds for a better user experience.

This setting specifies relative value by how much we can pan out the plot

maxTooltipDistance
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from IXYCursorProperties

If set to a numeric value, cursor will display closest series' tooltips plus tooltips from series that are closer to than maxTooltipDistance to it.

Set it to -1 to always force one tooltip, even if there are multiple data items in exactly same place.

@since 4.7.18

maxWidth
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

maxX
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

maxY
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

measuredHeight
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

measuredWidth
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

minHeight
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

minWidth
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

minX
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

minY
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

mouseOptions
#

Param

Array
(
    [name] => IMouseOptions
    [type] => reference
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

nonScaling
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

nonScalingStroke
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

opacity
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

outerHeight
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

outerWidth
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

paddingBottom
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

paddingLeft
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

paddingRight
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

paddingTop
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

path
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

pixelHeight
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

pixelMarginBottom
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

pixelMarginLeft
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

pixelMarginRight
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

pixelMarginTop
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

pixelPerfect
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

pixelWidth
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

pixelX
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

pixelY
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

populateString
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

readerChecked
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

readerControls
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

readerDescribedBy
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

readerDescription
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

readerHidden
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

readerLabelledBy
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

readerLive
#

Param

Array
(
    [name] => AriaLive
    [type] => reference
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

readerOrientation
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

readerTitle
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

readerValueNow
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

readerValueText
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

relativeHeight
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

relativeMarginBottom
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

relativeMarginLeft
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

relativeMarginRight
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

relativeMarginTop
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

relativeWidth
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

relativeX
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

relativeY
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

resizable
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

reverseOrder
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Default false

Inherited from IContainerProperties

If set to true, the children of the container will be drawn in reverse order.

role
#

Param

Array
(
    [name] => Roles
    [type] => reference
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

rotation
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

scale
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

setStateOnChildren
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Default false

Inherited from IContainerProperties

Specifies if, when state is applied on this container, the same state should be applied to container's children as well as background.

shapeRendering
#

Param

Array
(
    [name] => ShapeRendering
    [type] => reference
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

showOnInit
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

showTooltipOn
#

Param

Array
(
    [name] => 
    [type] => union
    [types] => Array
        (
            [0] => Array
                (
                    [name] => 
                    [type] => stringLiteral
                    [value] => hover
                )

            [1] => Array
                (
                    [name] => 
                    [type] => stringLiteral
                    [value] => hit
                )

            [2] => Array
                (
                    [name] => 
                    [type] => stringLiteral
                    [value] => always
                )

        )

)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

snapOnPan
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Default true

Inherited from IXYCursorProperties

Should zoom selection "snap" into equal categories/intervals after panning the chart? (when behavior == "panX")

@since 4.10.17

snapToSeries
#

Param

Array
(
    [name] => 
    [type] => union
    [types] => Array
        (
            [0] => Array
                (
                    [name] => XYSeries
                    [type] => reference
                )

            [1] => Array
                (
                    [name] => 
                    [type] => array
                    [elementType] => Array
                        (
                            [name] => XYSeries
                            [type] => reference
                        )

                )

        )

)

{ type: string,
  target: Target }

Inherited from IXYCursorProperties

Specifies to which series cursor lines should be snapped.

Can be a single series instance or an array of series.

stroke
#

Param

Array
(
    [name] => 
    [type] => union
    [types] => Array
        (
            [0] => Array
                (
                    [name] => Color
                    [type] => reference
                )

            [1] => Array
                (
                    [name] => LinearGradient
                    [type] => reference
                )

            [2] => Array
                (
                    [name] => RadialGradient
                    [type] => reference
                )

            [3] => Array
                (
                    [name] => Pattern
                    [type] => reference
                )

        )

)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

strokeDasharray
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

strokeDashoffset
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

strokeLinecap
#

Param

Array
(
    [name] => 
    [type] => union
    [types] => Array
        (
            [0] => Array
                (
                    [name] => 
                    [type] => stringLiteral
                    [value] => butt
                )

            [1] => Array
                (
                    [name] => 
                    [type] => stringLiteral
                    [value] => square
                )

            [2] => Array
                (
                    [name] => 
                    [type] => stringLiteral
                    [value] => round
                )

        )

)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

strokeLinejoin
#

Param

Array
(
    [name] => 
    [type] => union
    [types] => Array
        (
            [0] => Array
                (
                    [name] => 
                    [type] => stringLiteral
                    [value] => miter
                )

            [1] => Array
                (
                    [name] => 
                    [type] => stringLiteral
                    [value] => round
                )

            [2] => Array
                (
                    [name] => 
                    [type] => stringLiteral
                    [value] => bevel
                )

        )

)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

strokeModifier
#

Param

Array
(
    [name] => ColorModifier
    [type] => reference
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

strokeOpacity
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

strokeWidth
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

swipeOptions
#

Param

Array
(
    [name] => ISwipeOptions
    [type] => reference
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

swipeable
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

tabindex
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

textDecoration
#

Param

Array
(
    [name] => TextDecoration
    [type] => reference
)

{ type: string,
  target: Target }

Default "none"

Inherited from IContainerProperties

Default font decoration.

togglable
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

tooltipHTML
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

tooltipPosition
#

Param

Array
(
    [name] => 
    [type] => union
    [types] => Array
        (
            [0] => Array
                (
                    [name] => 
                    [type] => stringLiteral
                    [value] => fixed
                )

            [1] => Array
                (
                    [name] => 
                    [type] => stringLiteral
                    [value] => pointer
                )

        )

)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

tooltipText
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

tooltipX
#

Param

Array
(
    [name] => 
    [type] => union
    [types] => Array
        (
            [0] => Array
                (
                    [name] => number
                    [type] => intrinsic
                )

            [1] => Array
                (
                    [name] => Percent
                    [type] => reference
                )

        )

)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

tooltipY
#

Param

Array
(
    [name] => 
    [type] => union
    [types] => Array
        (
            [0] => Array
                (
                    [name] => number
                    [type] => intrinsic
                )

            [1] => Array
                (
                    [name] => Percent
                    [type] => reference
                )

        )

)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

trackable
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

url
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

urlTarget
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

userClassName
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

valign
#

Param

Array
(
    [name] => VerticalAlign
    [type] => reference
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

verticalCenter
#

Param

Array
(
    [name] => VerticalCenter
    [type] => reference
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

visible
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

wheelable
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

width
#

Param

Array
(
    [name] => 
    [type] => union
    [types] => Array
        (
            [0] => Array
                (
                    [name] => number
                    [type] => intrinsic
                )

            [1] => Array
                (
                    [name] => Percent
                    [type] => reference
                )

        )

)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

x
#

Param

Array
(
    [name] => 
    [type] => union
    [types] => Array
        (
            [0] => Array
                (
                    [name] => number
                    [type] => intrinsic
                )

            [1] => Array
                (
                    [name] => Percent
                    [type] => reference
                )

        )

)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

y
#

Param

Array
(
    [name] => 
    [type] => union
    [types] => Array
        (
            [0] => Array
                (
                    [name] => number
                    [type] => intrinsic
                )

            [1] => Array
                (
                    [name] => Percent
                    [type] => reference
                )

        )

)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

zIndex
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

There are 141 inherited items currently hidden from this list.