Will the eventlistener function implement in the future? example: ``` [ { tag: "tagName", val: "value", att: {class: "className", id:"idName", style:"", ... }, event: {load: "funcA", click: "funcB", error: "funcC", ... } }, ... ] ```