HiddenField

The Hidden field type used in Statamic.
The only usecase for this type is to add it to a response type etc.

Type Definition

Hidden field that is not displayed in the CMS.

The value will always be null.

type 
HiddenField
= null;
Example Hidden field
type Hidden = HiddenField;
// Result: null