select_delegate
- select_delegate(paths: list(unicode), mode: SelectionMode) None
Update the active selection with a list of node paths according to the selection mode.
- Parameters
paths (list(unicode)) – List of node paths to modify the active selection
mode (SelectionMode) – Selection mode, replace by default
- Return type
None