OSRS Plugin API
    Preparing search index...

    Type Alias inputTextConstructorTable

    type inputTextConstructorTable = {
        height?: number;
        heightRatio?: number;
        label?: string;
        maxSize?: string;
        multiline?: boolean;
        onEnter?: InputTextCallback;
        onValueChange?: OnValueChangeCallback;
        positionMode?: LayoutMode;
        sameLine?: boolean;
        sizeMode?: LayoutMode;
        style?: StyleTable;
        tooltip?: string;
        value?: string;
        visible?: boolean;
        width?: number;
        widthRatio?: number;
        x?: number;
        xRatio?: number;
        y?: number;
        yRatio?: number;
    }
    Index

    Properties

    height?: number

    See InputText.height for more info.

    heightRatio?: number

    See InputText.heightRatio for more info.

    label?: string

    See InputText.label for more info.

    maxSize?: string

    See InputText.maxSize for more info.

    multiline?: boolean

    See InputText.multiline for more info.

    onEnter?: InputTextCallback

    See InputText.onEnter for more info.

    onValueChange?: OnValueChangeCallback

    See InputText.onValueChange for more info.

    positionMode?: LayoutMode

    See InputText.positionMode for more info.

    sameLine?: boolean

    See InputText.sameLine for more info.

    sizeMode?: LayoutMode

    See InputText.sizeMode for more info.

    style?: StyleTable

    See InputText.style for more info.

    tooltip?: string

    See InputText.tooltip for more info.

    value?: string

    See InputText.value for more info.

    visible?: boolean

    See InputText.visible for more info.

    width?: number

    See InputText.width for more info.

    widthRatio?: number

    See InputText.widthRatio for more info.

    x?: number

    See InputText.x for more info.

    xRatio?: number

    See InputText.xRatio for more info.

    y?: number

    See InputText.y for more info.

    yRatio?: number

    See InputText.yRatio for more info.