@oneblink/sdk
    Preparing search index...

    Type Alias TextareaElement

    TextareaElement: { type: "textarea" } & FormElementWithInput<string> & CharacterLengthElement

    An element to allow the user to supply text with line breaks.

    The element must have an id property with a value that is globally unique within the form definition.