The event arguments when data from a grid is being copied.

Hierarchy

Hierarchy

  • IgrGridClipboardEventDetail

Constructors

Accessors

  • get cancel(): boolean
  • cancel returns whether an external event has intercepted the copying If the value becomes "true", it returns/exits from the method, instantiating the interface

    Returns boolean

  • set cancel(v): void
  • Parameters

    • v: boolean

    Returns void

  • get data(): any[]
  • data can be of any type and refers to the data that is being copied/stored to the clipboard

    Returns any[]

  • set data(v): void
  • Parameters

    • v: any[]

    Returns void

  • get nativeElement(): HTMLElement
  • Returns HTMLElement

Methods

  • Parameters

    • name: string

    Returns any

  • Parameters

    • element: any

    Returns void