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

    Interface DataSourceConfigProps

    interface DataSourceConfigProps {
        value: undefined | DataSourceUnitConfig;
        onChange: (value: any) => void;
        configureEvents?: boolean;
        variablesSchema?: DataSchema;
    }
    Index

    Properties

    value: undefined | DataSourceUnitConfig
    onChange: (value: any) => void
    configureEvents?: boolean
    variablesSchema?: DataSchema