Last updated

API / geotoolkit / controls / tools / PolygonSelection / PolygonSelection

Namespace: PolygonSelection

tools.PolygonSelection.PolygonSelection

Table of contents

Type Aliases

Contents

Type Aliases

EventMap

Ƭ EventMap: EventMap & { beforeSelectionChange: PolygonSelectionEventArgs ; onSelectionChanged: PolygonSelectionEventArgs ; onSelectionEnd: PolygonSelectionEventArgs }


NodeFilterCallback

Ƭ NodeFilterCallback: (selectedVisuals: (Node | SelectedItem)[]) => (Node | SelectedItem)[]

Type declaration

▸ (selectedVisuals): (Node | SelectedItem)[]

Parameters
Name Type
selectedVisuals(Node | SelectedItem)[]
Returns

(Node | SelectedItem)[]


Options

Ƭ Options: Options & { node?: { fillstyle?: Type ; linestyle?: Type } ; preview?: { linestyle?: Type } }

used to display temporary shapes or tool options