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?
A builtin cell named
dataflowthat have some Dataflow-specific utility functions and constants.dataflow.themeA string that updates whenever a user updates the "theme" of a notebook, ex dark -> light or light -> custom theme. #9
dataflow.gridObject with utilities for the dataflow grid system, #22 .
^^ how will this work for compiled notebooks?