Type alias: SetState ​
Ƭ SetState: (state
: Partial
<FlowOptions
& Omit
<State
, "nodes"
| "edges"
| "modelValue"
>> | (state
: State
) => Partial
<FlowOptions
& Omit
<State
, "nodes"
| "edges"
| "modelValue"
>>) => void
Type declaration ​
â–¸ (state
): void
Parameters ​
Name | Type |
---|---|
state | Partial <FlowOptions & Omit <State , "nodes" | "edges" | "modelValue" >> | (state : State ) => Partial <FlowOptions & Omit <State , "nodes" | "edges" | "modelValue" >> |
Returns ​
void