Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ScrollBarOptions

import type { ScrollBarOptions } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";

The visual display options for a data zoom scroll bar.

interface ScrollBarOptions {
Visibility?: Visibility | null;
VisibleRange?: VisibleRangeOptions | null;
}

§Properties

§
Visibility?: Visibility | null
[src]

The visibility of the data zoom scroll bar.

§
VisibleRange?: VisibleRangeOptions | null
[src]

The visibility range for the data zoom scroll bar.