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

    Interface DataSourceConfigProps

    interface DataSourceConfigProps {
        value:
            | undefined
            | {
                key?: string;
                collectionKey?: any;
                collectionParameters?: any;
                udm?: any;
                path?: string;
                pullUpdatesIntervalSeconds?: number;
                fullSyncIntervalSeconds?: number;
            };
        onChange: (value: any) => void;
        configureEvents?: boolean;
        variablesSchema?: DataSchema;
    }
    Index

    Properties

    value:
        | undefined
        | {
            key?: string;
            collectionKey?: any;
            collectionParameters?: any;
            udm?: any;
            path?: string;
            pullUpdatesIntervalSeconds?: number;
            fullSyncIntervalSeconds?: number;
        }
    onChange: (value: any) => void
    configureEvents?: boolean
    variablesSchema?: DataSchema