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

    Function DataSourceConfigureEvents

    • Parameters

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

      Returns Element