Interface CreateKeplerWorkspaceBridgeOptionsExperimental

interface CreateKeplerWorkspaceBridgeOptions {
    host?: KeplerWorkspaceHost;
    limits?: Partial<KeplerBridgeLimits>;
    peers: KeplerPeers;
    processors?: KeplerProcessors;
}

Properties

Attach a live Kepler store so open* also dispatches. Omit to work payload-only.

limits?: Partial<KeplerBridgeLimits>
processors?: KeplerProcessors

Optional Kepler processors used by openArrowTable.