Open a dialog for creating a new limeobject or editing a specific limeobject

The create dialog is implemented as a command so a plugin can easily replace the original dialog with a custom one. Check out the "Hello, Event!" tutorial for a detailed description on how to implement your own create dialog.

This dialog also useful to edit a limeobject that already exists

Id

limeobject.create-dialog

Hierarchy

  • CreateLimeobjectDialogCommand

Constructors

Properties

limeobject?: any

Default data to populate the form with

limetype: LimeType

The limetype of the object to create

route?: boolean = false

Specifies if routing to limeobject should be done after confirmation

title?: string