Last updated

API / geotoolkit / controls / tools / scroll / HVBaseScroll / HVBaseScroll

Namespace: HVBaseScroll

scroll.HVBaseScroll.HVBaseScroll

Table of contents

Type Aliases

Contents

Type Aliases

Options

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