Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • InteractionState

Index

Constructors

constructor

  • new InteractionState(focus: function, unfocus: function, doBlink?: boolean, select?: function, unselect?: function): InteractionState
  • Parameters

    • focus: function
        • (d: any): void
        • Parameters

          • d: any

          Returns void

    • unfocus: function
        • (d: any): void
        • Parameters

          • d: any

          Returns void

    • Default value doBlink: boolean = false
    • Default value select: function = undefined
        • (d: any): void
        • Parameters

          • d: any

          Returns void

    • Default value unselect: function = undefined
        • (d: any): void
        • Parameters

          • d: any

          Returns void

    Returns InteractionState

Properties

Protected _currFocus

_currFocus: any[]

Protected _currSelection

_currSelection: any[]

Protected _doBlink

_doBlink: boolean

Protected _focus

_focus: function

Type declaration

    • (d: any): void
    • Parameters

      • d: any

      Returns void

Protected _highlightTimer

_highlightTimer: any

Protected _select

_select: function

Type declaration

    • (d: any): void
    • Parameters

      • d: any

      Returns void

Protected _unfocus

_unfocus: function

Type declaration

    • (d: any): void
    • Parameters

      • d: any

      Returns void

Protected _unselect

_unselect: function

Type declaration

    • (d: any): void
    • Parameters

      • d: any

      Returns void

Methods

Protected _addFocusHelper

  • _addFocusHelper(selection: any): void

Protected _addSelectionHelper

  • _addSelectionHelper(selection: any): void

Protected _removeSelectionHelper

  • _removeSelectionHelper(selection: any, isFlashing?: boolean): void
  • remove a selection from all of the elements

    Parameters

    • selection: any
    • Default value isFlashing: boolean = false

    Returns void

Protected _unfocusHelper

  • _unfocusHelper(selection: any, isFlashing?: boolean): void
  • remove a selection from all of the elements

    Parameters

    • selection: any
    • Default value isFlashing: boolean = false

    Returns void

focus

onRedraw

  • onRedraw(): void

select

Static getFocusColor

  • getFocusColor(input: string): string

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