July 19 2024
Versions
Added velt-data
Support
Now you can render dynamic data from these Classes inside your Velt Components Wireframe:
-
User: This represents the current logged-in user. It is available across all components.
-
UserContact: This represents the user contact object (it has the same class like the User). It is available on the autocomplete component where the user contacts are rendered.
-
CommentAnnotation: This represents the comment thread. This is available within the comment feature components.
-
Comment: This represents the message inside the thread. This is available within the comment feature components.
Here is one way to use it:
Was this page helpful?