MCPcopy Create free account

hub / github.com/bytedance/flow-builder / functions

Functions203 in github.com/bytedance/flow-builder

↓ 19 callersFunctiongetRegisterNode
( registerNodes: IRegisterNode[], type?: string, )
src/utils/index.ts:15
↓ 10 callersFunctionclickNode
(node: INode = currentNode)
src/hooks/useAction.ts:32
↓ 10 callersFunctionuseAction
()
src/hooks/useAction.ts:14
↓ 9 callersFunctionexchangeNodes
( nodes: any[], startIndex: number, endIndex: number, )
src/utils/index.ts:333
↓ 9 callersFunctiongetIsConditionNode
( registerNodes: IRegisterNode[], type?: string, )
src/utils/index.ts:29
↓ 8 callersFunctiongetIsBranchNode
( registerNodes: IRegisterNode[], type?: string, )
src/utils/index.ts:45
↓ 5 callersFunctionpushHistory
(record: INode[] = nodes)
src/hooks/useHistory.ts:21
↓ 4 callersFunctioncreateNewNode
( registerNodes: IRegisterNode[], type?: string, customCreateUuid = createUuid, )
src/utils/index.ts:81
↓ 4 callersFunctionuseHistory
()
src/hooks/useHistory.ts:6
↓ 3 callersFunctionDFS
(nodes: INode[], allNodes: INode[] = [])
src/utils/index.ts:134
↓ 3 callersFunctionaddNode
( _node: INode | string, _newNodeType?: string, index?: number, )
src/hooks/useAction.ts:52
↓ 3 callersFunctionuseDrawer
()
src/hooks/useDrawer.ts:5
↓ 2 callersFunctionbackward
(node: INode = currentNode)
src/hooks/useSort.ts:12
↓ 2 callersFunctioncloseDrawer
()
src/hooks/useDrawer.ts:11
↓ 2 callersFunctioncomputeNodesPath
(nodes: INode[])
src/utils/index.ts:287
↓ 2 callersFunctionend
(node: INode = currentNode)
src/hooks/useSort.ts:78
↓ 2 callersFunctionforward
(node: INode = currentNode)
src/hooks/useSort.ts:34
↓ 2 callersFunctiongetIsEndNode
(registerNodes: IRegisterNode[], type?: string)
src/utils/index.ts:23
↓ 2 callersFunctiongetIsLoopNode
(registerNodes: IRegisterNode[], type?: string)
src/utils/index.ts:26
↓ 2 callersFunctiongetIsStartNode
(registerNodes: IRegisterNode[], type?: string)
src/utils/index.ts:20
↓ 2 callersFunctiongetNextIdsByBranchNode
(node, allNodes, registerNodes)
src/utils/index.ts:161
↓ 2 callersFunctiongetNextNode
(node: INode, allNodes: INode[])
src/utils/index.ts:144
↓ 2 callersFunctionhandleDrop
(position: string)
src/Nodes/ConditionNode.tsx:70
↓ 2 callersFunctionhistory
(type: HistoryType)
src/hooks/useHistory.ts:41
↓ 2 callersFunctionstart
(node: INode = currentNode)
src/hooks/useSort.ts:56
↓ 2 callersFunctionuseSort
()
src/hooks/useSort.ts:7
↓ 2 callersFunctionuseZoom
()
src/hooks/useZoom.ts:6
↓ 2 callersFunctionzoom
(type: ZoomType | number)
src/hooks/useZoom.ts:13
↓ 1 callersFunctioncomputeChildrenPath
(children: INode[], parentPath: string[])
src/utils/index.ts:275
↓ 1 callersFunctionfilterEmptyBranch
(allNodes: INode[])
src/hooks/useAction.ts:151
↓ 1 callersFunctiongetAbstractNodeType
(registerNodes: IRegisterNode[], type?: string)
src/utils/index.ts:65
↓ 1 callersFunctiongetNextIds
( node: INode, allNodes: INode[], registerNodes: IRegisterNode[], )
src/utils/index.ts:188
↓ 1 callersFunctiongetParentByPath
(path: string[], treeNodes: INode[])
src/utils/index.ts:233
↓ 1 callersFunctionhandleAddCondition
()
src/Nodes/BranchNode.tsx:107
↓ 1 callersFunctionhandleAddNode
(newNodeType: string)
src/AddButton/index.tsx:67
↓ 1 callersFunctionhandleDragStart
(type: string)
src/DragPanel/index.tsx:16
↓ 1 callersFunctionloadRemoteNode
(params: IRegisterRemoteNode)
src/utils/index.ts:311
↓ 1 callersFunctionremoveNode
( targetNode: INode | INode[] | string | string[] = currentNode, )
src/hooks/useAction.ts:168
↓ 1 callersFunctionremoveNodeIds
(targetNodeIds: string[], allNodes: INode[])
src/hooks/useAction.ts:139
↓ 1 callersFunctionrender
({ nodes, parentNode }: IRender)
src/Builder/index.tsx:122
↓ 1 callersFunctionrenderAbstractNode
()
src/Builder/index.tsx:91
↓ 1 callersFunctionrenderNode
({ node, nodeIndex, parentNode, sortProps, }: IRenderNode)
src/Builder/index.tsx:81
FunctionActionButton
(props)
src/ActionButton/index.tsx:10
FunctionAddNodeButton
(props)
src/AddButton/index.tsx:24
FunctionAddableComponent
()
docs/demo/node/addableComponent/index.tsx:80
FunctionAddableNodeTypes
()
docs/demo/node/addableNodeTypes/index.tsx:67
FunctionArrow
()
src/Arrow/index.tsx:6
FunctionBranchNode
(props)
src/Nodes/BranchNode.tsx:43
FunctionCommonNode
()
src/Nodes/CommonNode.tsx:10
FunctionConditionNode
(props)
src/Nodes/ConditionNode.tsx:21
FunctionConditionNodeDisplay
()
docs/demo/remote/index.tsx:32
FunctionConditionNodeDisplay
()
docs/demo/dragdrop/drag.tsx:32
FunctionConditionNodeDisplay
()
docs/demo/dragdrop/drop.tsx:31
FunctionConditionNodeDisplay
()
docs/demo/dragdrop/index.tsx:30
FunctionConditionNodeDisplay
()
docs/demo/sortable/hook.tsx:61
FunctionConditionNodeDisplay
()
docs/demo/sortable/anchor.tsx:31
FunctionConditionNodeDisplay
()
docs/demo/sortable/index.tsx:30
FunctionConditionNodeDisplay
()
docs/demo/history/custom.tsx:32
FunctionConditionNodeDisplay
()
docs/demo/history/config.tsx:30
FunctionConditionNodeDisplay
()
docs/demo/history/index.tsx:30
FunctionConditionNodeDisplay
()
docs/demo/zoom/custom.tsx:32
FunctionConditionNodeDisplay
()
docs/demo/zoom/config.tsx:30
FunctionConditionNodeDisplay
()
docs/demo/zoom/index.tsx:30
FunctionConditionNodeDisplay
()
docs/demo/node/display/index.tsx:45
FunctionConditionNodeDisplay
()
docs/demo/node/form/index.tsx:39
FunctionConditionNodeDisplay
()
docs/demo/node/addableComponent/index.tsx:31
FunctionConditionNodeDisplay
()
docs/demo/node/addableNodeTypes/index.tsx:30
FunctionConditionsDashed
()
src/Nodes/BranchNode.tsx:21
FunctionConfigForm
()
docs/demo/node/form/ConfigForm.tsx:5
FunctionCoverLine
(props)
src/Lines/CoverLine.tsx:9
FunctionCustomAddableComponent
({ add })
docs/demo/node/addableComponent/index.tsx:36
FunctionDefaultDisplayComponent
({ node })
src/DefaultNode/index.tsx:10
FunctionDisplay
()
docs/demo/node/display/index.tsx:131
FunctionDrag
()
docs/demo/dragdrop/drag.tsx:142
FunctionDragComponent
({ onDragStart, onDragEnd, })
docs/demo/dragdrop/drag.tsx:117
FunctionDragPanel
()
src/DragPanel/index.tsx:12
FunctionDragdrop
()
docs/demo/dragdrop/drop.tsx:126
FunctionDragdrop
()
docs/demo/dragdrop/index.tsx:115
FunctionDrawerComponent
(props)
docs/demo/antd5/index.tsx:6
FunctionDrawerComponent
(props)
docs/demo/arco/index.tsx:6
FunctionDropButton
(props)
src/DropButton/index.tsx:7
FunctionDropComponent
({ onDrop })
docs/demo/dragdrop/drop.tsx:116
FunctionEndNode
()
src/Nodes/EndNode.tsx:8
FunctionEndNodeDisplay
()
docs/demo/remote/index.tsx:22
FunctionEndNodeDisplay
()
docs/demo/dragdrop/drag.tsx:22
FunctionEndNodeDisplay
()
docs/demo/dragdrop/drop.tsx:21
FunctionEndNodeDisplay
()
docs/demo/dragdrop/index.tsx:20
FunctionEndNodeDisplay
()
docs/demo/sortable/hook.tsx:21
FunctionEndNodeDisplay
()
docs/demo/sortable/anchor.tsx:21
FunctionEndNodeDisplay
()
docs/demo/sortable/index.tsx:20
FunctionEndNodeDisplay
()
docs/demo/history/custom.tsx:22
FunctionEndNodeDisplay
()
docs/demo/history/config.tsx:20
FunctionEndNodeDisplay
()
docs/demo/history/index.tsx:20
FunctionEndNodeDisplay
()
docs/demo/zoom/custom.tsx:22
FunctionEndNodeDisplay
()
docs/demo/zoom/config.tsx:20
FunctionEndNodeDisplay
()
docs/demo/zoom/index.tsx:20
FunctionEndNodeDisplay
()
docs/demo/node/display/index.tsx:21
FunctionEndNodeDisplay
()
docs/demo/node/form/index.tsx:21
FunctionEndNodeDisplay
()
docs/demo/node/addableComponent/index.tsx:21
FunctionEndNodeDisplay
()
docs/demo/node/addableNodeTypes/index.tsx:20
next →1–100 of 203, ranked by callers