Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IGridHeadingCellResizing

Hierarchy

Index

Properties

emit

emit: function

Type declaration

    • (name: string, args?: any): void
    • Parameters

      • name: string
      • Optional args: any

      Returns void

height

height: number

off

off: function

Type declaration

    • (name: string, callback: any): void
    • Parameters

      • name: string
      • callback: any

      Returns void

offsetX

offsetX: number

offsetY

offsetY: number

on

on: function

Type declaration

    • (name: string, callback: any): void
    • Parameters

      • name: string
      • callback: any

      Returns void

register

register: function

Type declaration

    • (callback: any): void
    • Parameters

      • callback: any

      Returns void

type

type: string

unRegister

unRegister: function

Type declaration

    • (callback: any): void
    • Parameters

      • callback: any

      Returns void

width

width: number

Methods

removeEvent

  • removeEvent(): void

removeEvents

  • removeEvents(): void

Generated using TypeDoc