FormIt Plugin API v25.0.0 (2025.0.0)
Loading...
Searching...
No Matches
FormIt.GroupEdit API

Description

Functions

json FormIt.GroupEdit.GetEditingHistoryID ()
 Get the id of the history that is currently edited, or the id of the main history, if no group is edited.
 
json FormIt.GroupEdit.GetInContextEditingPath ()
 Get the editing context path.
 
json FormIt.GroupEdit.SetInContextEditingPath (path)
 Set the editing context path.
 
json FormIt.GroupEdit.IsEditingInContext ()
 Returns true if edit in context is happening.
 
json FormIt.GroupEdit.EndEditInContext ()
 End editing in context.
 
json FormIt.GroupEdit.ExitToParentContext ()
 Exit to the parent context.
 
json FormIt.GroupEdit.GetShowEditedGroupOnly ()
 Returns the status of the "Show Edited Group Only" option
 
json FormIt.GroupEdit.SetShowEditedGroupOnly (show)
 Sets the status of the "Show Edited Group Only" option.
 

Function Documentation

◆ EndEditInContext()

json FormIt.GroupEdit.EndEditInContext ( )

End editing in context.

Returns
JSON_UNDEFINED

◆ ExitToParentContext()

json FormIt.GroupEdit.ExitToParentContext ( )

Exit to the parent context.

If editing a nested group, this method will exit to the parent context as defined by the editing path.

Returns
JSON_UNDEFINED

◆ GetEditingHistoryID()

json FormIt.GroupEdit.GetEditingHistoryID ( )

Get the id of the history that is currently edited, or the id of the main history, if no group is edited.

Returns
Returns the current editing History id.

◆ GetInContextEditingPath()

json FormIt.GroupEdit.GetInContextEditingPath ( )

Get the editing context path.

The path is to the specific instance that is being edited.

Returns
Returns WSM.GroupInstancePath.

◆ GetShowEditedGroupOnly()

json FormIt.GroupEdit.GetShowEditedGroupOnly ( )

Returns the status of the "Show Edited Group Only" option

Returns
Returns true if "Show Edited Group Only" is active.

◆ IsEditingInContext()

json FormIt.GroupEdit.IsEditingInContext ( )

Returns true if edit in context is happening.

Returns
Returns true if currently editing in context.

◆ SetInContextEditingPath()

json FormIt.GroupEdit.SetInContextEditingPath ( path  )

Set the editing context path.

The path is to the specific instance that should be edited.

Parameters
[in]pathWSM.GroupInstancePath
Returns
Returns success.

◆ SetShowEditedGroupOnly()

json FormIt.GroupEdit.SetShowEditedGroupOnly ( show  )

Sets the status of the "Show Edited Group Only" option.

Parameters
[in]valWSM.GroupInstancePath
[in]showbool
Returns
JSON_UNDEFINED