Skip to content

Show code of the source on click of the source box at the top of the observable #6

@souvikbasu

Description

@souvikbasu

The observable has 3 parts visually, the top source, the middle stream and the bottom destination.

image

As part of this issue, if the user clicks on the top source box, then they should be able to view the code behind that generates the input for the stream.
For example the source may be a timer that generates numbers every second. So on click of the source box, the user should be able to see the code in a panel as:

const source = timer(1000);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions