OptionalparentElement: HTMLElementOptionalblurBlur event handler for the edit mode content that can be overwritten in the Edit Mode Class.
The focus event that triggered the blur.
ReadonlycellThe cell to which the content belongs.
OptionalchangeChange event handler for the edit mode content that can be overwritten in the Edit Mode Class.
The event that triggered the change.
Whether to finish the edit after a change.
OptionalkeyKey down event handler for the edit mode content that can be overwritten in the Edit Mode Class.
The keyboard event that triggered the key down.
ReadonlyrendererThe renderer that allows to print content (inputs, selects, etc.)
Gets the raw value of the input element.
Gets the number value of the input element.
Adds the input element to the parent element.
The parent element to add the input element to.
The input element.
Destroys the content.
Gets the main element (input) of the content.
The input element.
Updates the input element.
Represents a text input type of cell content.