Skip to main content
Module

x/tui/src/components/scrollable_view.ts

🦕 Deno module for creating Terminal User Interfaces
Go to Latest
import * as tui from "https://deno.land/x/tui@1.3.4/src/components/scrollable_view.ts";

Classes

Component that can be assigned to other component's view property. This allows components to be drawn independently from other components. Components drawn over bounds of this component automatically adjust its offset, and when needed scrollbars are added.

Interfaces

Interface defining object that {ScrollableView}'s constructor can interpret

Complementary interface defining what's accessible in {SliderComponent} class in addition to {SliderComponentOptions}

Theme used by {ScrollableView} to style itself

Type Aliases

Implementation for {ScrollableViewComponent} class