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

    Type Alias ActivationEvent

    A unique DXN identifier representing an event.

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

    Properties

    Properties

    id: DXN.DXN
    specifier?: string