I have the following
{ view: "text", id: 'myDynamicText', suggest: { data: [] } }
With a simple suggest
I can use .define("data", [new data array])
but how do I access the data inside suggest here?