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

VisibleRangeOptions

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

The range options for the data zoom scroll bar.

interface VisibleRangeOptions {
PercentRange?: PercentVisibleRange | null;
}

§Properties

§
PercentRange?: PercentVisibleRange | null
[src]

The percent range in the visible range.