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

    Type Alias ActivationMessage

    type ActivationMessage = {
        error?: Error;
        event: string;
        module?: string;
        state: "activating" | "activated" | "error";
    }
    Index

    Properties

    error?: Error
    event: string
    module?: string

    Module ID when the message pertains to a specific module activation.

    state: "activating" | "activated" | "error"