RevoGrid Documentation v4.15.8 / EditorBase
Interface: EditorBase
Editor interface
Properties
| Property | Type | Defined in |
|---|---|---|
editCell? | EditCell | src/types/selection.ts:186 |
element? | null | Element | src/types/selection.ts:185 |
Methods
beforeAutoSave()?
ts
optional beforeAutoSave(val?: any): booleanFor Editor plugin internal usage. Prevents Editor save. Manual save usage required.
Parameters
| Parameter | Type |
|---|---|
val? | any |
Returns
boolean
Defined in
beforeDisconnect()?
ts
optional beforeDisconnect(): voidBefore editor got disconnected. Can be triggered multiple times before actual disconnect.
Returns
void
Defined in
beforeUpdate()?
ts
optional beforeUpdate(): voidReturns
void
Defined in
componentDidRender()?
ts
optional componentDidRender(): voidReturns
void
Defined in
disconnectedCallback()?
ts
optional disconnectedCallback(): voidReturns
void
Defined in
getValue()?
ts
optional getValue(): anyAutosave usage when you want to return value for models.
Returns
any
Defined in
render()
ts
render(createElement: HyperFunc<VNode>, additionalData?: any): string | void | VNode | VNode[]Parameters
| Parameter | Type |
|---|---|
createElement | HyperFunc<VNode> |
additionalData? | any |
Returns
string | void | VNode | VNode[]