Lime Web Components API Documentation - v7.2.0
    Preparing search index...

    Interface CommandMiddleware

    Middleware for the command bus

    interface CommandMiddleware {
        execute(command: AnyCommand, next: CallableCommandMiddleware): unknown;
    }
    Index

    Methods

    Methods