MCPcopy Create free account
hub / github.com/ccj-007/easy-lowcode / setActiveCompId

Function setActiveCompId

src/store/mutation.ts:19–19  ·  view source on GitHub ↗
(activeCompId: string)

Source from the content-addressed store, hash-verified

17export const setSelectComp = (selectComp: CompUnion) => useStore.setState({ selectComp })
18
19export const setActiveCompId = (activeCompId: string) => useStore.setState({ activeCompId })
20
21export const setEditObj = (editObj: EditObj) => useStore.setState({ editObj })
22

Callers 6

AppFunction · 0.90
renderMainViewFunction · 0.90
selectUpFunction · 0.90
selectDownFunction · 0.90
renderMainViewFunction · 0.90
addGlobalObjFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected