feat(flow): Add option to disable default change handlers globally
* overwrites applyDefault setting for useEdgeState/useNodeState/useElementsState * export apply change handlers Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -119,6 +119,7 @@ export interface FlowProps<N = any, E = N> {
|
||||
edgeUpdaterRadius?: number
|
||||
storageKey?: string
|
||||
fitViewOnInit?: boolean
|
||||
applyDefault?: boolean
|
||||
}
|
||||
|
||||
export type FlowOptions<N = any, E = N> = FlowProps<N, E>
|
||||
|
||||
Reference in New Issue
Block a user