FormIt Plugin API
v23.0.0 (2023.0.0)
|
Functions | |
json | FormIt.GroupEdit.GetEditingHistoryID () |
json | FormIt.GroupEdit.GetInContextEditingPath () |
Get the editing context path. More... | |
json | FormIt.GroupEdit.SetInContextEditingPath (path) |
Set the editing context path. More... | |
json | FormIt.GroupEdit.IsEditingInContext () |
Returns true if edit in context is happening. More... | |
json | FormIt.GroupEdit.EndEditInContext () |
End editing in context. More... | |
json | FormIt.GroupEdit.ExitToParentContext () |
Exit to the parent context. More... | |
json | FormIt.GroupEdit.GetShowEditedGroupOnly () |
Returns the status of the "Show Edited Group Only" option. More... | |
json | FormIt.GroupEdit.SetShowEditedGroupOnly (show) |
Sets the status of the "Show Edited Group Only" option. More... | |
json FormIt.GroupEdit.EndEditInContext | ( | ) |
End editing in context.
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.
json FormIt.GroupEdit.GetEditingHistoryID | ( | ) |
json FormIt.GroupEdit.GetInContextEditingPath | ( | ) |
Get the editing context path.
The path is to the specific instance that is being edited.
json FormIt.GroupEdit.GetShowEditedGroupOnly | ( | ) |
Returns the status of the "Show Edited Group Only" option.
json FormIt.GroupEdit.IsEditingInContext | ( | ) |
Returns true if edit in context is happening.
json FormIt.GroupEdit.SetInContextEditingPath | ( | path | ) |
Set the editing context path.
The path is to the specific instance that should be edited.
[in] | path | WSM.GroupInstancePath |
json FormIt.GroupEdit.SetShowEditedGroupOnly | ( | show | ) |
Sets the status of the "Show Edited Group Only" option.
[in] | val | WSM.GroupInstancePath |
[in] | show | bool |