Lime Web Components API Documentation - v6.24.0
    Preparing search index...

    Interface CommandMiddleware

    Middleware for the command bus

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

    Methods

    Methods