interface VScrollbar {
    setHeight(width: number): void;
    setVisible(visible: boolean): void;
    [key: string]: any;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: any

Methods