Google Apps Script API
    Preparing search index...
    interface DataValidationRule {
        condition?: GoogleAppsScript.Sheets.Schema.BooleanCondition;
        inputMessage?: string;
        showCustomUi?: boolean;
        strict?: boolean;
    }
    Index

    Properties

    inputMessage?: string
    showCustomUi?: boolean
    strict?: boolean