Last updated

API / geotoolkit / widgets / tools / InPlaceEditor / InPlaceEditor

Namespace: InPlaceEditor

tools.InPlaceEditor.InPlaceEditor

Table of contents

Type Aliases

Contents

Type Aliases

Coordinates

Ƭ Coordinates: Object

cell coordinates

Type declaration

NameTypeDescription
columnnumbercolumn
rownumberrow

EventMap

Ƭ EventMap: EventMap & { onActiveCellChanged: { cell: { column: number ; row: number } ; value: string } ; onValueChanged: { cell: { column: number ; row: number } ; value: string } }


Options

Ƭ Options: Options & { autosubmit?: boolean ; backgroundcolor?: string ; focustrigger?: FocusTriggerType ; highlight?: boolean }