String Element
The String element represents text content of an element within the Webflow Designer.
String elements can’t be created directly, and are only created when adding elements that contain text content (e.g. webflow.elementPresets.FormBlockLabel
).
Methods
You can get and set the text value of a string element using the following methods:
Get Text
Retrieves the text value from a String element.
Set Text
Sets the text value on a String element, overwriting any prior text value.