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

    Interface DatePicker

    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?: DatePickerCreationOptions

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "Pages$DatePicker"

    The type of the element.

    $UnitID?: string
    appearance: Appearance
    ariaRequired: boolean
    attributeRef: AttributeRef | null
    conditionalEditabilitySettings: ConditionalEditabilitySettings | null
    conditionalVisibilitySettings: ConditionalVisibilitySettings | null
    editable: EditableEnum
    formattingInfo: FormattingInfo
    labelTemplate: ClientTemplate | null
    name: string
    nativeAccessibilitySettings: AccessibilitySettings | null
    onChangeAction: ClientAction
    onEnterAction: ClientAction
    onLeaveAction: ClientAction
    placeholderTemplate: ClientTemplate
    readOnlyStyle: ReadOnlyStyle
    screenReaderLabel: ClientTemplate | null
    sourceVariable: PageVariable | null
    tabIndex: number
    validation: WidgetValidation