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

    Interface TextBoxCreationOptions

    interface TextBoxCreationOptions {
        isPasswordBox?: boolean;
        labelCaption?: string;
        name?: string;
        showLabel?: boolean;
    }
    Index

    Properties

    isPasswordBox?: boolean
    labelCaption?: string
    name?: string
    showLabel?: boolean