pub fn child_blocks(indexed: &IndexedDocument<'_>, scope: Scope) -> Vec<BlockId> ⓘExpand description
The blocks scope holds, in the document’s one draw order. The single
definition of “a scope’s children, ordered”: the drawing surface, the
navigator tree, and the command palette all read it here, so a scope
cannot present its contents in two orders.