Skip to main content

NotebookCell

Type Alias NotebookCell 

Source
pub type NotebookCell = HashMap<String, Value>;
Expand description

A notebook cell represented as a flexible record type. In TypeScript this is Record<string, unknown>, mapped to a HashMap in Rust.

Aliased Typeยง

pub struct NotebookCell { /* private fields */ }