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

    Type Alias LazyLoader<T>

    LazyLoader: () => Promise<{ default: PluginFactory<T> }>

    Async loader for a lazy plugin's real implementation. The default export of the loaded module must be a PluginFactory<T> — i.e. the same shape Plugin.make produces.

    Type Parameters

    • T = void

    Type declaration