Skip to main content

apply_layout

Function apply_layout 

Source
pub fn apply_layout(
    store: &mut NodeGraphStore,
    request: &LayoutEngineRequest,
    registry: &LayoutEngineRegistry,
) -> Result<LayoutApplyOutcome, LayoutApplyError>
Expand description

Runs a selected layout engine and commits the resulting transaction through normal store dispatch.