Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICellEditorController

An object which manages cell editing.

Hierarchy

  • ICellEditorController

Implemented by

Index

Methods

cancel

  • cancel(): void

edit

setEditor

  • Override cell editor for the cells matching the identifier.

    Parameters

    • identifier: EditorOverrideIdentifier

      Cell identifier to use when matching cells. if identifier is a CellDataType, then cell matching is done using data type of the cell, if identifier is a Metadata, then partial match of the cell metadata with identifier is used for match, if identifier is 'default' then override is used as default editor when no other editor is found suitable

    • editor: ICellEditor | Resolver

      The cell editor to use or resolver to use to get an editor for matching cells.

    Returns void

Generated using TypeDoc