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

    Interface CommandHandler

    Service for executing commands

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

    Hierarchy (View Summary)

    Index

    Methods

    Methods

    • Handle the execution of the given command

      Parameters

      Returns any

      the result of the operation