enso-org / enso

Hybrid visual and textual functional programming.
https://enso.org
Apache License 2.0
7.32k stars 320 forks source link

Add an on-click hook to the example cards that prints the example data to the console #5246

Closed wdanilo closed 4 months ago

wdanilo commented 1 year ago

This task is automatically imported from the old Task Issue Board and it was originally created by Michael Mauderer. Original issue is here.


As developer of the component browser (CB) I want to have an easy hook to react to on-click events So that I can add functionality that reacts to a click on the example item

Acceptance Criteria

Scenario: 
GIVEN a demo scene with a documentaiton panel that shows documentation with examples
WHEN I click an example item
THEN the example items data is printed to the console.
farmaazon commented 4 months ago

Merging with https://github.com/enso-org/enso/issues/5245