SelectableNode¶
- 
class guerilla.SelectableNode¶
- Bases: - guerilla.Node- The base class for nodes that can be selected - 
Selected¶
- True if the node is selected. Don’t use this plug directly to select a node, use the Document’s modifier select method. - Type: - bool 
 
-