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 | Type | Description |
---|---|---|
objVer | object | The ObjVer information which needs to be edited. |
options | 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. |