Membrane React - v0.6.0
    Preparing search index...

    Function DataCollectionSelect

    • Parameters

      • __namedParameters: {
            value:
                | undefined
                | {
                    key?: string;
                    collectionKey?: any;
                    collectionParameters?: any;
                    udm?: any;
                    path?: string;
                    pullUpdatesIntervalSeconds?: number;
                    fullSyncIntervalSeconds?: number;
                };
            onChange: (value: Partial<DataSourceUnitConfig>) => void;
            variablesSchema?: DataSchema;
        }

      Returns Element