ContentReflection
Overview
ContentReflection
represents an CMS-content.
Attributes
id
type: string
The id of the content.
contentType
type: <TContentTypeKey extends [ContentTypeKey](./ContentTypeKey)>(contentType: TContentTypeKey) => Promise<[ContentTypes](./ContentTypes)[TContentTypeKey][]>
The type of the content.
content
type: [ContentTypes](./ContentTypes)
The actual content.