MCPcopy
hub / github.com/premieroctet/openchakra / getIsHovered

Function getIsHovered

src/core/selectors/components.ts:40–41  ·  view source on GitHub ↗
(id: IComponent['id'])

Source from the content-addressed store, hash-verified

38 state.components.present.hoveredId
39
40export const getIsHovered = (id: IComponent['id']) => (state: RootState) =>
41 getHoveredId(state) === id
42
43export const getComponentNames = (state: RootState) => {
44 const names = map(

Callers 1

useInteractiveFunction · 0.90

Calls 1

getHoveredIdFunction · 0.85

Tested by

no test coverage detected