add new attribute into cue value #1086
Unanswered
ying-jeanne
asked this question in
Q&A
Replies: 2 comments 5 replies
-
Can you clarify that you are trying to work with From my understanding, Attributes are a read-only API currently. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Per @eonpatapon on Slack, you can simply unify the value that is missing the attributes with one that has the attributes to create a new value that has those attributes:
gives:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to search in the code base where i could actually read a Cue value, then if the value doesn't have an attribute, then add the attribute to the value.
But i didn't see any function for modifying those attributes, could you give an hint how i can do it?
Beta Was this translation helpful? Give feedback.
All reactions