OSRS Plugin API
    Preparing search index...

    Type Alias textBoxConstructorTable

    type textBoxConstructorTable = {
        positionMode?: LayoutMode;
        sameLine?: boolean;
        style?: StyleTable;
        text?: string;
        "text-limit"?: number;
        "text-wrap"?: boolean;
        tooltip?: string;
        visible?: boolean;
        x?: number;
        xRatio?: number;
        y?: number;
        yRatio?: number;
    }
    Index

    Properties

    positionMode?: LayoutMode

    See TextBox.positionMode for more info.

    sameLine?: boolean

    See TextBox.sameLine for more info.

    style?: StyleTable

    See TextBox.style for more info.

    text?: string

    See TextBox.text for more info.

    "text-limit"?: number

    See TextBox."text-limit" for more info.

    "text-wrap"?: boolean

    See TextBox."text-wrap" for more info.

    tooltip?: string

    See TextBox.tooltip for more info.

    visible?: boolean

    See TextBox.visible for more info.

    x?: number

    See TextBox.x for more info.

    xRatio?: number

    See TextBox.xRatio for more info.

    y?: number

    See TextBox.y for more info.

    yRatio?: number

    See TextBox.yRatio for more info.