hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface for async command manager. Provides methods to complete or cancel async commands.

    interface IAsyncManager {
        cancelCommand(commandId: string): void;
        completeCommandWithEvent(event: IAsyncEvent<any>): void;
    }

    Implemented by

    Index

    Methods