↓ 1 callersFunctionobject2treeData(
val: any,
keyPath: string,
currentDepth = 0,
maxDepth = 999,
getProps?: (keyPath: string, val: any
packages/designer/src/setters/model-setter.tsx:11
↓ 1 callersFunctionupdateMod(
map: any,
fromPackage: string,
specifier: string,
isDefault = false,
shouldInit = true,
)
packages/core/src/helpers/object.ts:27
↓ 1 callersFunctionuseDnd({
sandboxQuery,
designer,
workspace,
selectMode = 'point',
onViewChange,
}: UseDndProps)
packages/designer/src/dnd/use-dnd.ts:34
↓ 1 callersFunctionuseInputCode({
shape,
status,
showLineNumbers,
showFoldGutter,
}: Pick<InputCodeProps, 'shape' | 'status' | 'showL
packages/ui/src/input-code.tsx:173
FunctionActionSelect({
showInput = false,
defaultInputValue,
text,
options = [],
onSelect,
onInputChange,
}: ActionSel
packages/ui/src/action-select.tsx:66