HTMLField

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

Type Definition

HTML displayed in the CMS.

The value will always be null.

type 
HTMLField
= null;
Example HTML field
type HTML = HTMLField;
// Result: null