NETCoreBlockly icon indicating copy to clipboard operation
NETCoreBlockly copied to clipboard

menus in blocks

Open djaus2 opened this issue 9 months ago • 6 comments

Is it possible to have a block where an input is a selection from a menu that data for which is a list or even a CSV list. That is the list is generated by code not from blocks. For eaxample from a database query.

I can implement that (CSV list) at runtime but I'd like to have a Generic block with which I can specify its functionality by selecting from a menu at setup time, when the block is added to the canvas? Thx

djaus2 avatar Mar 05 '25 01:03 djaus2