Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Optional api

api: object

Type declaration

  • hover: function
      • Parameters

        Returns void

  • select: function
      • Parameters

        Returns void

Optional getElements

getElements: function

get all elements associated with the render call of this UIElement

Type declaration

Optional getTooltip

getTooltip: function

get tooltip data for the element

param

any event to pass to the renderer

Type declaration

gridOptions

gridOptions: IGridOptions

Optional handleUpdate

handleUpdate: function

Type declaration

Optional manager

Optional onBrush

onBrush: function

callback when a brush action occurs in this element

param

the event related to this callback

Type declaration

    • Parameters

      Returns void

Optional onClick

onClick: function

callback when user clicks on an item

Type declaration

    • Parameters

      Returns void

Optional onCursorChanged

onCursorChanged: function

callback when the cursor change occurs in this element

param

the event related to this callback

Type declaration

    • Parameters

      Returns void

Optional onDoubleClick

onDoubleClick: function

the callback when an item in this data is double clicked

param

contains the data for the item that was clicked

Type declaration

    • Parameters

      Returns void

Optional onHover

onHover: function

callback when a hover occurs in this element

param

the event related to this callback

Type declaration

    • Parameters

      Returns void

Optional onRender

onRender: function

callback when a re-render occurs in this element

param

the options used when render was called

Type declaration

Optional onTooltip

onTooltip: function

callback when a tooltip occurs in this element

param

the event related to this callback

Type declaration

Optional onZoom

onZoom: function

callback when a zoom action occurs in this element

param

the event related to this callback

Type declaration

    • Parameters

      Returns void

Optional options

options: IOptions

Optional renderer

renderer: UIRenderer

type

type: UIType

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc