Retrieving Multifield variables via JS-use API - AEM 6.2+
Hello Community!
I have a question about Multifield variables.
Previous post, I could make Multifield on my dialog with tutorial (Creating an AEM HTML Template Language 6.3 component that uses a Multifield )
Now, I'm lost track of how to get those variable via JS-use API.
I have following structure in my multifield

multifield

field

layout

items

column

items

text

id

in my js file (subMenu.js)

in the html

as test variables I have following set up

So I was expected to obtain JSON object that contain both text and id.
I tried one from js api and the other uses properties.<propertiy_name>
However, neither of them return blank.
I think it should be similar to retrieving regular form variable.
so I assume properties.get() method or some similar method should obtain the object . (but I'm still learning AEM development so I might wrong)
If you know how to get those variables, Please help me solve this
Thank you for your time!
Ryu