Skip to main content

Constructors


Constructors

constructor

new Content(content: ContentInterface): Content
Creates a new Content instance.

Parameters

content
ContentInterface
required
The content data to create the instance from.

Returns

Content