API / geotoolkit / controls / tools / TernaryCrossHair / TernaryCrossHair
tools.TernaryCrossHair.TernaryCrossHair
Type Aliases
Type Aliases
Ƭ EventMap: EventMap & { onPointerDown: CrossHairEventArgs ; onPointerUp: CrossHairEventArgs ; onPositionChanged: CrossHairEventArgs }
Ƭ Options: Options & { fillstyle?: Type ; labels?: "none" | boolean ; left?: Type ; linestyle?: Type ; outlinestyle?: Type ; radius?: number ; right?: Type ; symbol?: SymbolShape ; ternarygrid?: TernaryGrid ; textstyle?: Type | TextStyleLabel ; top?: Type }
object containing crosshair option OR manipulator layer
Ƭ OptionsOut: OptionsOut & { fillstyle: FillStyle | null ; left: LineStyle | null ; linestyle: LineStyle | null ; outlinestyle: LineStyle | null ; radius: number ; right: LineStyle | null ; symbol: SymbolShape | null ; textstyle?: TextStyle | TextStyleLabel | null ; top: LineStyle | null }
object containing crosshair option OR manipulator layer