API / geotoolkit / widgets / tools / InPlaceEditor / InPlaceEditor
tools.InPlaceEditor.InPlaceEditor
Type Aliases
Type Aliases
Ƭ Coordinates: Object
cell coordinates
| Name | Type | Description |
|---|---|---|
column | number | column |
row | number | row |
Ƭ EventMap: EventMap & { onActiveCellChanged: { cell: { column: number ; row: number } ; value: string } ; onValueChanged: { cell: { column: number ; row: number } ; value: string } }
Ƭ Options: Options & { autosubmit?: boolean ; backgroundcolor?: string ; focustrigger?: FocusTriggerType ; highlight?: boolean }