mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
added a question about the design for the attention of @knolleary
parent
56c20df4dc
commit
9dcd06c9a6
@ -38,3 +38,9 @@ To remove a node from the palette:
|
||||
2. If the any of the corresponding nodes are in use, the request is rejected
|
||||
3. The runtime registry removes the corresponding nodes.
|
||||
4. An event is fired over the comms link telling any connected editors that the nodes have been removed.
|
||||
|
||||
### Question
|
||||
@knolleary : Ref the point about multiple nodes:
|
||||
- a node file or module can contain multiple nodes. Making a request to remove a single node type may trigger the removal of multiple node types.
|
||||
Is it possible to have two options? One to remove a specific node and a second to remove the collection? I am thinking of a use case where a Node module contains (for instance) 5 nodes for a specific use case (e.g, home automation), and I want to/will regularly use 3 of those nodes in the bundle but not interested in 2 of them. Can I just remove the 2 nodes to have a cleaner palette and runtime?
|
||||
<ly> PS: This section can be removed when dealt with </ly>
|
Loading…
Reference in New Issue
Block a user