cheatcode / joystick

A full-stack JavaScript framework for building stable, easy-to-maintain apps and websites.
https://cheatcode.co/joystick
Other
209 stars 11 forks source link

Add requested output from getter/setter to the context object #365

Open rglover opened 10 months ago

rglover commented 10 months ago

This would come in handy if you want to control what data you retrieve inside of the getter/setter (instead of just letting Joystick filter it out after the fact).

rglover commented 2 months ago

So it's clear, this is literally saying take the output field passed with a client-side get() or set() call and add it to the context object on the getter/setter definition.