Skip to main content

export_schema

Function export_schema 

Source
pub fn export_schema(tree: &FormTree, root: FormNodeId) -> FormSchema
Expand description

Extract a schema from a FormTree.

Returns a FormSchema with an entry for every field and draw node, including type hints, repetition rules, and scripts.