SerenityJS
    Preparing search index...

    Class CommandPalette

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    commands: Map<string, Command<unknown>> = ...

    The commands of the registry.

    Methods

    • Unregisters a command from the registry by its name.

      Parameters

      • name: string

        The name of the command to be unregistered.

      Returns void

      This method removes the command associated with the given name from the registry. If the command does not exist in the registry, this method does nothing.