(Removed) Remove component from view
The removeComponent
function has been removed. You can create a view using the
createView
function with a selection query, remove the query using the removeQuery
function keeping the contents, and then remove a component using the
removeElement
function. For further details, see Compatibility Considerations.
removeComponent(
removes the component with the specified path.object
,compPath
)
removeComponent
is a method from the class systemcomposer.view.ViewArchitecture
.
createView
| deleteView
| getView
| openViews
| systemcomposer.view.ElementGroup
| systemcomposer.view.View