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

    Interface CommandRegistryBeta

    Registry for commands

    This interface is designed to be extended by consumers of Lime Web Components using module augmentation. Each key in the interface corresponds to the id of a registered command, and the value is the type of the command. This allows for type-safe access to commands within the application.

    declare module '@limetech/lime-web-components' {
    interface CommandRegistry {
    myCommand: MyCommand;
    }
    }
    Index

    Properties

    "limeobject.bulk-create-dialog": BulkCreateDialogCommand
    "limeobject.create-dialog": CreateLimeobjectDialogCommand
    "limeobject.delete-object": DeleteObjectCommand
    "limeobject.object-access": OpenObjectAccessDialogCommand
    "limeobject.save-object": SaveLimeObjectCommand
    "navigator.navigate": NavigateCommand