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

    Type Alias CommandEventDetail

    type CommandEventDetail = {
        command: AnyCommand;
        error?: unknown;
        result?: unknown;
    }
    Index

    Properties

    command: AnyCommand
    error?: unknown
    result?: unknown