@dxos/app-framework - v0.9.0
    Preparing search index...

    Type Alias TraceSinkFactory

    TraceSinkFactory: (ctx: TraceSinkFactoryContext) => Trace$.Sink

    Factory that builds a Trace$.Sink when the process-manager capability is ready. Plugins that only need a static sink can ignore the context (e.g. () => myConsoleSink); plugins that need per-space routing can use TraceSinkFactoryContext.resolver to look up services.

    Type declaration