Skip to content

WorkflowBuilderReactFlowProps

WorkflowBuilderReactFlowProps = Omit<ReactFlowProps<WorkflowBuilderNode, WorkflowBuilderEdge>, AssertAssignable<SdkOwnedReactFlowKey, keyof ReactFlowProps<WorkflowBuilderNode, WorkflowBuilderEdge>>>

Escape hatch for the underlying ReactFlow canvas: forwards any ReactFlow prop except the ones the SDK owns (SdkOwnedReactFlowKey). Theme via the SDK design tokens, not colorMode.

Treat as static config: the canvas reads it out-of-band, so changing a value at runtime may not apply until the canvas re-renders.