pub const JAVASCRIPT_BUILDER_ELEMENT_DATA_KEY: &str = "javascriptbuilderelement";Expand description
The element data key under which the JavaScript builder stores its element data.
This is the element’s own key, returned from
fiftyone_pipeline_core::FlowElement::data_key. The generated JavaScript
string itself is held under the JAVASCRIPT_PROPERTY_KEY property of that
data.