Skip to main content

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

NameTypeDescription
objVerobjectThe ObjVer information which needs to be edited.
optionsDialogUIParamsTitle and UI options of the dashboard [Eg: title/isModal/isResizable/isDraggable].

Return type

TypeDescription
Promise <ObjectWindowResult>Promise which will resolve the object window result.