Last updated

API / geotoolkit / controls / tools / TernaryCrossHair / TernaryCrossHair

Namespace: TernaryCrossHair

tools.TernaryCrossHair.TernaryCrossHair

Table of contents

Type Aliases

Contents

Type Aliases

EventMap

Ƭ EventMap: EventMap & { onPointerDown: CrossHairEventArgs ; onPointerUp: CrossHairEventArgs ; onPositionChanged: CrossHairEventArgs }


Options

Ƭ 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: 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