Killing myself to create a TEXTAREA

Can figure it out:

  • .areaBox : ?{width:number, height:number}

I want to create a text area as a Area Text. Anyone managed to do it?

@igcorreia
always read the api clearly see this prop is read only
don’t waste your time unnecessarily without reading api corrently

Stupid of me, so there is no way to create a AREA TEXT is it?

atleast not for now i think can wait for official release in future

1 Like

This will change my code entirely. Thanks.

for what plugin ?
do you accomplishing

The roadmap for development for when to expect things.

For experience generator… :confused:

Can we get textarea creation added to the roadmap for the API?

I’ve looked carefully but haven’t found it (perhaps I missed it).

Added: https://trello.com/c/7wbsCT5D/43-support-for-text-area-nodes-not-just-text-point-nodes

2 Likes

So GLAD :slight_smile:

@igcorreia are you trying to write multiline text

if yes use escape character “\n” to write to next line if you not found solution for that

1 Like