@icomedias/hybridforms-js
    Preparing search index...

    Interface HybridFormsClientConfig

    interface HybridFormsClientConfig {
        baseUrl: string;
        clientId: string;
        password?: string;
        token?: string;
        user?: string;
        xhr?: (obj: XhrRequest) => Promise<XMLHttpRequest>;
    }
    Index

    Properties

    baseUrl: string
    clientId: string
    password?: string
    token?: string
    user?: string