Variable INPUT_KEYSConst

INPUT_KEYS: {
    [key: string]: string[];
} = ...

Define which keys are handled by embedded control, and should not be passed to tree navigation handler in cell-edit mode.

Type declaration

  • [key: string]: string[]