A Column for an HTML type field.
https://docs.servicenow.com/csh?topicname=table-api-now-ts.html&version=latest
const description = HTMLColumn({ label: 'Description', default: html('<h2>Title</h2><p>Content</p>'),}) Copy
const description = HTMLColumn({ label: 'Description', default: html('<h2>Title</h2><p>Content</p>'),})
A Column for an HTML type field.