Skip to content

Instantly share code, notes, and snippets.

@CarlMungazi
Created November 18, 2019 20:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CarlMungazi/1e23d3ff9716ef3d42ac9ade0dc7751d to your computer and use it in GitHub Desktop.
Save CarlMungazi/1e23d3ff9716ef3d42ac9ade0dc7751d to your computer and use it in GitHub Desktop.
{
attrs: {
onreset: onreset(e) { /* ... */ },
onsubmit: onsubmit(e) { /* ... */ },
}
children: [{…}, {…}]
dom: form
domSize: undefined
events: EventDict {
onreset: onreset(e) { /* ... */ },
_: undefined
}
instance: undefined
key: undefined
state: {}
tag: "form"
text: undefined
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment