You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would find really useful the ability to define custom types/interfaces for this.$data, this.$session.data and this.$user.data that can be set while instanciating the App (or platform) object, similarly to what happens with output and component classes, where you can set config and data interfaces.
acerbisgianluca
changed the title
Add type checking for request, component, session and user data
Add type checking for request, session and user data
Feb 24, 2022
I'm submitting a...
Expected Behavior
I would find really useful the ability to define custom types/interfaces for
this.$data
,this.$session.data
andthis.$user.data
that can be set while instanciating the App (or platform) object, similarly to what happens with output and component classes, where you can set config and data interfaces.Something like this:
The text was updated successfully, but these errors were encountered: