DEV Community

Joe Eagar
Joe Eagar

Posted on

Read From One Prop, Write To (Filtered) Many

Something you often see in vector graphic editors are widgets that read a property from one object but write to a filtered list of them.

For example you might have a widget for editing the color of stroke lines. It pulls the current stroke color from the last selected stroke but writes to all visible selected strokes.

Anyone have any clue how you would do this with Angular-style data bindings?

Top comments (0)