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

    Interface DatePickerCreationOptions

    interface DatePickerCreationOptions {
        labelCaption?: string;
        name: string;
        showLabel?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    labelCaption?: string
    name: string
    showLabel?: boolean