Version 1
Common Interface IColumnAction GrapeCity DataViewsJS Interface

IColumnAction Interface

Defines column action

Heirarchy

  • IColumnAction

Properties

Methods

Properties

Optional flickAction

flickAction: "left" | "right"

Determines if this action is executed when the user flicks a row. There are two values 'left' and 'right'. 'left' means to execute the action when flicking left. 'right' means to execute the action when flicking right

name

name: string

A unique identifier for the action

Optional presenter

presenter: string

The action presenter to allow the user to click

Methods

Optional handler

  • handler(data: any): void
  • The action handler

    Parameters

    • data: any

      action arguments

    Returns void