SoInteractionInfoYAML¶
-
MacroModule
¶ author Florian Link
package FMEwork/ReleaseMeVis
definition SoInteractionInfoYAML.def see also SoInteractionMapping
keywords managed
,interaction
,override
Purpose¶
The SoInteractionInfoYAML
module allows to get the managed interaction configuration of a subgraph and lists all actions
in YAML format.
You can use this output directly to copy and modify some of these actions using a SoInteractionMappingYAML
,
which uses the same syntax.
Parameter Fields¶
Visible Fields¶
Filter¶
-
name:
filter
, type:
String
¶ Specifies a substring that is used for filtering the names of the actions (case insensitive). Changing the filter also causes triggering of an update.
Mapping (YAML)¶
-
name:
mapping
, type:
String
¶ The YAML mapping of the actions. See
SoInteractionMappingYAML
for the syntax description.