Documentation
    Preparing search index...

    Interface IntentHooks

    Minimal intent backend the shell advertises (NAP-INTENT). The host wires the concrete intent service into the runtime via registerService('intent', …); this hook is the presence/capability signal buildShellCapabilities reads to decide whether to advertise intent to napplets. NAP-INTENT is only meaningful when the host can resolve archetypes to installed napplets and create/focus their windows.

    interface IntentHooks {
        isAvailable(): boolean;
    }
    Index

    Methods

    Methods