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

Hierarchy (View Summary)

Indexable

  • [key: string]: any

Methods