IContentType interface

Provides information about the content type

Properties

ClientFormCustomFormatter

Custom formatter JSON for the form

id

Content type string id

name

Content type name

schemaXml

Content type schema XML

Property Details

ClientFormCustomFormatter

Custom formatter JSON for the form

readonly ClientFormCustomFormatter: string | undefined;

Property Value

string | undefined

id

Content type string id

readonly id: string;

Property Value

string

name

Content type name

readonly name: string;

Property Value

string

schemaXml

Content type schema XML

readonly schemaXml: string | undefined;

Property Value

string | undefined