OSRS Plugin API
    Preparing search index...

    Type Alias tabBoxConstructorTable

    type tabBoxConstructorTable = {
        positionMode?: LayoutMode;
        sameLine?: boolean;
        style?: StyleTable;
        visible?: boolean;
        x?: number;
        xRatio?: number;
        y?: number;
        yRatio?: number;
    }
    Index

    Properties

    positionMode?: LayoutMode

    See TabBox.positionMode for more info.

    sameLine?: boolean

    See TabBox.sameLine for more info.

    style?: StyleTable

    See TabBox.style for more info.

    visible?: boolean

    See TabBox.visible for more info.

    x?: number

    See TabBox.x for more info.

    xRatio?: number

    See TabBox.xRatio for more info.

    y?: number

    See TabBox.y for more info.

    yRatio?: number

    See TabBox.yRatio for more info.