ElementConnectorUtil
implementation of the element connector utility
ElementConnectorUtil
Canonical path: Utils.Connections.ElementConnectorUtil.ElementConnectorUtil
implementation of the element connector utility
create_element_connector_pythonpart
staticmethod
create_element_connector_pythonpart(
ele_connector_params: ElementConnectorParameterList,
parent_ele: BaseElementAdapter,
doc: DocumentAdapter,
)
creates an element connector PythonPart
Parameters:
-
ele_connector_params
(ElementConnectorParameterList
) –list with the connector connections
-
parent_ele
(BaseElementAdapter
) –parent element which has the connections
-
doc
(DocumentAdapter
) –list with the element connector parameter
Placeholder