Through
Props
Examples
const Agent = createAdvAgent('myarea', 'id')
...
<Agent id='first' text='hello'/>
<Agent id='second' text='world'/>
...Render data from each agent separtely
Render data using whole area
Last updated