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

    Interface DataSourceConfigProps

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

    Properties

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