onConvertToBlocksOnly property

Future<SchematicLayoutResult?> Function(String nodeId)? onConvertToBlocksOnly
final

Callback when the "convert to blocks-only" button is clicked on a fully expanded node. Collapses the node then re-expands only non-primitive children without edges.

Implementation

final Future<SchematicLayoutResult?> Function(String nodeId)?
    onConvertToBlocksOnly;