Member Junction
    Preparing search index...

    Service for handling UI commands from agents.

    Generic commands (open:url) are handled directly by this service. App-specific commands (open:resource) are emitted for the host application to handle.

    Index

    Constructors

    Properties

    actionableCommandRequested: EventEmitter<ActionableCommandRequest> = ...

    Event emitted when an actionable command requires host-app handling. Currently only open:resource commands are emitted — open:url is handled directly.

    automaticCommandRequested: EventEmitter<AutomaticCommand> = ...

    Event emitted when an automatic command should be executed Host application should subscribe to this and handle the command appropriately

    Methods