interface ScrollContainer {
    $CreationOptions?: ScrollContainerCreationOptions;
    $ID: string;
    $Type: "Pages$ScrollContainer";
    alignment: AlignmentEnum;
    appearance: Appearance;
    bottom: null | ScrollContainerRegion;
    center: ScrollContainerRegion;
    layoutMode: LayoutModeType;
    left: null | ScrollContainerRegion;
    name: string;
    nativeHideScrollbars: boolean;
    right: null | ScrollContainerRegion;
    scrollBehavior: ScrollBehavior;
    tabIndex: number;
    top: null | ScrollContainerRegion;
    width: number;
    widthMode: SizeMode;
}

Hierarchy (view full)

Properties

Options to pass during the element creation

$ID: string

The unique id of the element.

$Type

The type of the element.

alignment: AlignmentEnum
appearance: Appearance
bottom: null | ScrollContainerRegion
layoutMode: LayoutModeType
name: string
nativeHideScrollbars: boolean
right: null | ScrollContainerRegion
scrollBehavior: ScrollBehavior
tabIndex: number
width: number
widthMode: SizeMode