Panel.remove_features
- Panel.remove_features(features=None)[source]
Removes interfaces from the element.
- Parameters:
- interfaces
PanelConnectionInterface| list[PanelConnectionInterface], optional The interfaces to be removed. If None, all interfaces will be removed.
- interfaces