@oneblink/sdk
    Preparing search index...

    Type Alias TextElement

    TextElement: { type: "text" } & FormElementWithInput<string> & CharacterLengthElement

    An element to allow the user to supply text.

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