dataflow icon indicating copy to clipboard operation
dataflow copied to clipboard

Dataflow-specific builtin cell

Open asg017 opened this issue 4 years ago • 0 comments

A builtin cell named dataflow that have some Dataflow-specific utility functions and constants.

dataflow.theme

A string that updates whenever a user updates the "theme" of a notebook, ex dark -> light or light -> custom theme. #9

dataflow.grid

Object with utilities for the dataflow grid system, #22 .

dataflow.grid.get("myGrid").observeWidth("sidebar");
dataflow.grid.observeWidth("myGrid", "sidebar");

^^ how will this work for compiled notebooks?

asg017 avatar May 17 '21 18:05 asg017