Interface EditBehaviorOptions

Hierarchy

  • EditBehaviorOptions

Properties

editStartMode?: EditStartMode
editableFunction?: ((cellInfo: CellInfo) => boolean)

Type declaration

keyStrokeValid?: ((event: KeyboardEvent, columnOptions?: ColumnOptions) => boolean)

Type declaration

    • (event: KeyboardEvent, columnOptions?: ColumnOptions): boolean
    • Parameters

      Returns boolean

Generated using TypeDoc