API / geotoolkit / controls / tools / scroll / HVBaseScroll / HVBaseScroll
scroll.HVBaseScroll.HVBaseScroll
Type Aliases
Type Aliases
Ƭ Options: Options & { arrowlinestyle?: Type ; borderlinestyle?: Type ; caretfillstyle?: Type ; caretlinestyle?: Type ; changecursor?: boolean ; fillstyle?: Type ; isvertical?: boolean ; linestyle?: Type ; maxscrollbutton?: { visible?: boolean } ; minimumcarretsize?: number ; minscrollbutton?: { visible?: boolean } ; modellimits?: Rect ; resizable?: boolean ; rounded?: boolean ; visiblelimits?: Rect }
Ƭ OptionsOut: OptionsOut & { arrowlinestyle: LineStyle | null ; borderlinestyle: LineStyle | null ; caretfillstyle: FillStyle | null ; caretlinestyle: LineStyle | null ; changecursor: boolean ; maxscrollbutton?: { visible?: boolean } ; minimumcarretsize: number ; minscrollbutton?: { visible?: boolean } ; resizable: boolean ; rounded: boolean }