Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "eventHandlers/mousedown"

Index

Variables

Const selectNames

selectNames: string[] = ['-webkit-touch-callout','-webkit-user-select','-khtml-user-select','-moz-user-select','-ms-user-select','user-select']

Functions

addData

  • addData(node: VNode, index: number): VNode

createGhost

  • createGhost(clicked: number, ev: any, item: Element, node: VNode): VNode

findParent

  • findParent(el: Element, sel: string): Element

hideSelected

  • hideSelected(index: number): function
  • Parameters

    • index: number

    Returns function

      • (node: VNode, i: number): VNode
      • Parameters

        • node: VNode
        • i: number

        Returns VNode

mousedownHandler

  • mousedownHandler(node: VNode, ev: MouseEvent, opts: SortableOptions): [VNode, undefined]

Generated using TypeDoc