@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    Interface CommandExecuteEvent<C>

    Event emitted when a command is executed from the palette.

    interface CommandExecuteEvent<C = unknown> {
        command: CommandPaletteItem<C>;
        executedAt: string;
    }

    Type Parameters

    • C = unknown

      Optional context type carried on the command.

    Index

    Properties

    Properties

    The command that was executed.

    executedAt: string

    ISO-8601 timestamp of when the command was executed.