API / geotoolkit / axis / Grid / Grid
Type Aliases
Type Aliases
Ƭ Options: Options & { hstyles?: Record<string, Type> ; htg?: TickGenerator ; infinity?: boolean ; vstyles?: Record<string, Type> ; vtg?: TickGenerator }
horizontal tick generator or object with all props
Ƭ OptionsOut: OptionsOut & { hstyles: Record<string, LineStyle> ; htg: TickGenerator ; infinity: boolean ; vstyles: Record<string, LineStyle> ; vtg: TickGenerator }
properties