XYO Platform SDK - v3.10.6
    Preparing search index...

    Type Alias BridgeClientConfig

    type BridgeClientConfig = {
        cache?: CacheConfig | true;
        discoverRoots?: "start" | "lazy";
        maxDepth?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    cache?: CacheConfig | true
    discoverRoots?: "start" | "lazy"
    maxDepth?: number