Integration App React - v2.21.0
    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