FlowStateBoundary
Properties
Section titled “Properties”input?
Section titled “input?”optional input?: (source) => FlowState;Maps parent/root state into a new isolated frame. Omitted means no inbound state.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
|
Returns
Section titled “Returns”output?
Section titled “output?”optional output?: (state) => Record<string, unknown>;Selects values exported to the parent/root frame on successful completion.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
|
Returns
Section titled “Returns”Record<string, unknown>