sesaparcours
    Preparing search index...

    Interface SourceDefinition

    Defines the supported options on an addSourceSelector call.

    interface SourceDefinition {
        def: BehaviouralTypeDescriptor;
        enabled?: boolean;
        endpoint?: Endpoint<any>;
        maxConnections?: number;
        uniqueEndpoint?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    enabled?: boolean
    endpoint?: Endpoint<any>
    maxConnections?: number
    uniqueEndpoint?: boolean