MCPcopy Create free account
hub / github.com/dylan-sutton-chavez/edge-python / style.js

File style.js

host/dom/src/main/style.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/* CSSOM, layout queries, focus. */
2
3export default ({ node }) => ({
4 set_style: (h, prop, value) => { node(h).style[prop] = value; },

Callers

nothing calls this directly

Calls 1

nodeFunction · 0.85

Tested by

no test coverage detected