SerenityJS
    Preparing search index...

    Class Command<T>

    Type Parameters

    • T = unknown
    Index

    Constructors

    Properties

    callback: CommandCallback<T>

    The callback of the command.

    description: string

    The description of the command.

    name: string

    The name of the command.

    registry: CommandRegistry

    The registry of the command.