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.

Example

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

Hierarchy

  • CommandRegistry

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