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

    Type Alias ActivationEvent

    A unique string identifier representing an event. This is expected to be a URI, where initial parts are often the id of the plugin whose package defines the event.

    dxos.org/plugin/example/event/ready
    
    type ActivationEvent = {
        id: string;
        specifier?: string;
    }
    Index

    Properties

    Properties

    id: string
    specifier?: string