@serenity-is/sleekgrid / Editor
Interface: Editor
Table of contents
Properties
Methods
- applyValue
- destroy
- focus
- hide
- isValueChanged
- loadValue
- position
- preClick
- serializeValue
- show
- validate
Properties
keyCaptureList
• Optional keyCaptureList: number[]
Defined in
Methods
applyValue
▸ applyValue(item, value): void
Parameters
| Name | Type |
|---|---|
item |
any |
value |
any |
Returns
void
Defined in
destroy
▸ destroy(): void
Returns
void
Defined in
focus
▸ focus(): void
Returns
void
Defined in
hide
▸ Optional hide(): void
Returns
void
Defined in
isValueChanged
▸ isValueChanged(): boolean
Returns
boolean
Defined in
loadValue
▸ loadValue(value): void
Parameters
| Name | Type |
|---|---|
value |
any |
Returns
void
Defined in
position
▸ Optional position(pos): void
Parameters
| Name | Type |
|---|---|
pos |
Position |
Returns
void
Defined in
preClick
▸ Optional preClick(): void
Returns
void
Defined in
serializeValue
▸ serializeValue(): any
Returns
any
Defined in
show
▸ Optional show(): void
Returns
void
Defined in
validate
▸ Optional validate(): ValidationResult