<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@snowplow/node-tracker](./node-tracker.md) &gt; [FormElement](./node-tracker.formelement.md)

## FormElement type

A representation of an element within a form

<b>Signature:</b>

```typescript
type FormElement = {
    name: string;
    value: string | null;
    nodeName: string;
    type?: string | null;
};
```
