API / geotoolkit / controls / editing / SymbolAdapter / SymbolAdapter
editing.SymbolAdapter.SymbolAdapter
Type Aliases
Type Aliases
Ƭ 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: Object
object containing stylings for different types of handle states
| Name | Type | Description |
|---|---|---|
activefillstyle? | Type | Fill Style of the handle when it is selected and active |
activelinestyle? | Type | Line Style of the handle when it is active |
ghostfillstyle? | Type | Fill Style of the handle when it is in ghost state |
ghostlinestyle? | Type | Line Style of the handle when it is in ghost state |
inactivefillstyle? | Type | Fill Style of the handle when it is selected and inactive |
inactivelinestyle? | Type | Line Style of the handle when it is inactive |