Editing
The following Injection Tokens apply to the Editing module.
Edition triggers
ROW_EDITION_DBLCLICK
const ROW_EDITION_DBLCLICK: InjectionToken<boolean>;ROW_EDITION_ENTER_KEY
const ROW_EDITION_ENTER_KEY: InjectionToken<boolean>;ROW_EDITION_ESC_KEY
const ROW_EDITION_ESC_KEY: InjectionToken<boolean>;Validation messages
CUSTOM_EDITION_ERROR_MESSAGES
const CUSTOM_EDITION_ERROR_MESSAGES: InjectionToken<CustomErrorMessage>;Multiple rows edition
MAX_ROWS_IN_EDITION
WAIT_FOR_MULTIPLE_ROWS_DELETION
WAIT_FOR_MULTIPLE_ROWS_UPDATE
WAIT_FOR_MULTIPLE_ROWS_CANCELATION
WAIT_FOR_MULTIPLE_ROWS_RESTORATION
Last updated