Skip to content

Add support for arbitrary data mapping #58

@Joshpolansky

Description

@Joshpolansky

add a data-map attribute that accepts json? Could also just see it accepting an array of key-value pairs. Could also allow selectors with the element as a scope.

something like:

OnUpdate(el){
For (map [key, pvname ])
El.querySelector(item) = machine.value(pvname)
}

or the simple version would just set like this:
image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions