Skip to content

@serenity-is/sleekgrid / EditorClass

Interface: EditorClass

Defined in: src/core/editing.ts:135

Constructor type for cell editors.

Constructors

Constructor

new EditorClass(options): Editor

Defined in: src/core/editing.ts:137

Instantiates the editor for the given options.

Parameters

options

EditorOptions

Returns

Editor

Properties

suppressClearOnEdit?

optional suppressClearOnEdit: boolean

Defined in: src/core/editing.ts:142

When true, the editor is not cleared on first key press; the existing value is preserved and the key is forwarded to the editor.