@dxos/client
    Preparing search index...

    Type Alias RunDedicatedWorkerOptions

    type RunDedicatedWorkerOptions = {
        onBeforeStart?: (config: Config) => Promise<void>;
    }
    Index

    Properties

    Properties

    onBeforeStart?: (config: Config) => Promise<void>

    Called with the worker config before the runtime starts. Use to e.g. initialize observability in the worker.