Home > @snowplow/node-tracker > FormElement
A representation of an element within a form
Signature:
type FormElement = {
name: string;
value: string | null;
nodeName: string;
type?: string | null;
};Home > @snowplow/node-tracker > FormElement
A representation of an element within a form
Signature:
type FormElement = {
name: string;
value: string | null;
nodeName: string;
type?: string | null;
};