(Removed) Add component to view given path
The addComponent
function has been removed. You can create a view using the
createView
function and then add a component using the addElement
function. For further details, see Compatibility Considerations.
adds the component with the specified path.viewComp
= addComponent(object
,compPath
)
addComponent
is a method for the class systemcomposer.view.ViewArchitecture
.
createView
| deleteView
| getView
| openViews
| systemcomposer.view.ElementGroup
| systemcomposer.view.View