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

    Interface CommandHandler

    Service for executing commands

    interface CommandHandler {
        handle(command: AnyCommand): unknown;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Methods

    • Handle the execution of the given command

      Parameters

      Returns unknown

      the result of the operation