Google Apps Script API
    Preparing search index...

    Access existing data source parameters.

    interface DataSourceParameter {
        getName(): string;
        getSourceCell(): string;
        getType(): DataSourceParameterType;
    }
    Index

    Methods