ShowEditObjectWindow
Description
Show object popup window to edit exist object.
Syntax
// ICommonFunctions is binded into the MFiles global object
const result = await MFiles.ShowEditObjectWindow(objVer, options);
Parameters
| Name | Optionality | Type | Description |
|---|---|---|---|
| objVer | Required | ObjVer | The ObjVer information which needs to be edited. |
| options | Required | DialogUIParams | Title and UI options of the dashboard [Eg: title/isModal/isResizable/isDraggable]. |
Return type
| Type | Description |
|---|---|
Promise < ObjectWindowResult > | Promise which will resolve the object window result. |