@mendix/extensions-api - v0.11.2
    Preparing search index...

    Interface TextBox

    An element is part of a Mendix model and all elements together form the logic of the model. Elements may contain other elements. An element always has a container element, which is its parent. The root of an element tree is always a unit.

    Hierarchy (View Summary)

    Index

    Properties

    $CreationOptions?: TextBoxCreationOptions

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "Pages$TextBox"

    The type of the element.

    $UnitID?: string
    appearance: Appearance
    ariaRequired: boolean
    attributeRef: AttributeRef | null
    autocomplete: boolean
    autocompletePurpose: AutocompletePurposeType
    autoFocus: boolean
    conditionalEditabilitySettings: ConditionalEditabilitySettings | null
    conditionalVisibilitySettings: ConditionalVisibilitySettings | null
    editable: EditableEnum
    formattingInfo: FormattingInfo
    inputMask: string
    isPasswordBox: boolean
    keyboardType: KeyboardType
    labelTemplate: ClientTemplate | null
    maxLengthCode: number
    name: string
    nativeAccessibilitySettings: AccessibilitySettings | null
    onChangeAction: ClientAction
    onEnterAction: ClientAction
    onEnterKeyPressAction: ClientAction
    onLeaveAction: ClientAction
    placeholderTemplate: ClientTemplate
    readOnlyStyle: ReadOnlyStyle
    screenReaderLabel: ClientTemplate | null
    sourceVariable: PageVariable | null
    submitBehaviour: SubmitBehaviourType
    submitOnInputDelay: number
    tabIndex: number
    validation: WidgetValidation