OpenFairyGUI API
    Preparing search index...

    Interface UamListNode

    interface UamListNode {
        align: number;
        alpha: number;
        apexIndex: number;
        aspect: boolean;
        autoResizeItem: boolean;
        blendMode: UamBlendMode;
        childrenRenderOrder: number;
        clipSoftness: UamPoint;
        columnCount: number;
        columnGap: number;
        controllerOverrides: string;
        customData: string;
        defaultItem: string;
        filter: string;
        filterData: string;
        foldInvisibleItems: boolean;
        footerRes: string;
        gears: UamGearBinding[];
        grayed: boolean;
        group: string;
        headerRes: string;
        hzScrollBarRes: string;
        id: string;
        kind: "list";
        layout: number;
        lineCount: number;
        lineGap: number;
        listItems: UamListItemData[];
        locked: boolean;
        margin: UamEdgeInsets;
        maxSize: UamSize;
        minSize: UamSize;
        name: string;
        overflow: number;
        pageController: string;
        pivot?: UamPoint;
        pivotAsAnchor?: boolean;
        position: UamPoint;
        relations: UamRelation[];
        rotation: number;
        scale: UamPoint;
        scrollBarFlags: number;
        scrollBarMargin: UamEdgeInsets;
        scrollItemToViewOnClick: boolean;
        scrollType: number;
        selectionController: string;
        selectionMode: number;
        size: UamSize;
        skew: UamPoint;
        src: string;
        tooltips: string;
        touchable: boolean;
        vAlign: number;
        visible: boolean;
        vtScrollBarRes: string;
    }

    Hierarchy (View Summary)

    Index
    align: number
    alpha: number
    apexIndex: number
    aspect: boolean
    autoResizeItem: boolean
    blendMode: UamBlendMode
    childrenRenderOrder: number
    clipSoftness: UamPoint
    columnCount: number
    columnGap: number
    controllerOverrides: string
    customData: string
    defaultItem: string
    filter: string
    filterData: string
    foldInvisibleItems: boolean
    footerRes: string
    grayed: boolean
    group: string
    headerRes: string
    hzScrollBarRes: string
    id: string
    kind: "list"
    layout: number
    lineCount: number
    lineGap: number
    listItems: UamListItemData[]
    locked: boolean
    maxSize: UamSize
    minSize: UamSize
    name: string
    overflow: number
    pageController: string
    pivot?: UamPoint
    pivotAsAnchor?: boolean
    position: UamPoint
    relations: UamRelation[]
    rotation: number
    scale: UamPoint
    scrollBarFlags: number
    scrollBarMargin: UamEdgeInsets
    scrollItemToViewOnClick: boolean
    scrollType: number
    selectionController: string
    selectionMode: number
    size: UamSize
    skew: UamPoint
    src: string
    tooltips: string
    touchable: boolean
    vAlign: number
    visible: boolean
    vtScrollBarRes: string