Last updated

API / geotoolkit / controls / editing / SymbolAdapter / SymbolAdapter

Namespace: SymbolAdapter

editing.SymbolAdapter.SymbolAdapter

Table of contents

Type Aliases

Contents

Type Aliases

EventMap

Ƭ EventMap: EventMap & { dragend: { nativeeventargs: EventArgs ; x: number ; y: number } ; dragging: { nativeeventargs: EventArgs ; oldx: number ; oldy: number ; x: number ; y: number } ; dragstart: { nativeeventargs: EventArgs ; x: number ; y: number } }


HandleStyles

Ƭ HandleStyles: Object

object containing stylings for different types of handle states

Type declaration

NameTypeDescription
activefillstyle?TypeFill Style of the handle when it is selected and active
activelinestyle?TypeLine Style of the handle when it is active
ghostfillstyle?TypeFill Style of the handle when it is in ghost state
ghostlinestyle?TypeLine Style of the handle when it is in ghost state
inactivefillstyle?TypeFill Style of the handle when it is selected and inactive
inactivelinestyle?TypeLine Style of the handle when it is inactive