Web Component: j-ObjectTree


  • Info
  • HTML
  • JS
  • CSS
  • Meta

j-ObjectTree

Expandable/Collabsible object tree.

Configuration:

  • exec {String} function to call when a user clicks on icon

Usage:

function exec_function(type, value) {
    type; // 'path' or 'data'
    value;// copied path(string) or property value(any datatype)
}

Author