Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 763 Bytes

File metadata and controls

26 lines (16 loc) · 763 Bytes

Function: lib.dom.transform.element

README -> API Index -> Modules Index -> lib.dom.transform -> element

Source Module: src/lib/dom/transform.js Source Location: src/lib/dom/transform.js:48

Signature

element(el, scheme, opts = {})

Summary

Bind a data scheme into one element subtree.

Returns

Return behavior is defined by the source JSDoc contract and implementation in the source module.

Related