API Reference > presentation-common > Content > PropertiesField PropertiesField Class Describes a content field that's based on one or more similar EC properties. Extends Field Methods Name Description constructor(category: CategoryDescription, name: string, label: string, description: TypeDescription, isReadonly: boolean, priority: number, properties: Property[], editor?: EditorDescription): PropertiesField Creates an instance of PropertiesField. Inherited methods Name Inherited from Description isNestedContentField(): this is NestedContentField Field Is this a NestedContentField isPropertiesField(): this is PropertiesField Field Is this a PropertiesField Properties Name Type Description properties Property[] A list of properties this field is created from Inherited properties Name Type Inherited from Description category CategoryDescription Field Category information editor undefined | EditorDescription Field Property editor used to edit values of this field isReadonly boolean Field Are values in this field read-only label string Field Display label name string Field Unique name parent Accessor ReadOnly NestedContentField | undefined Field Get parent priority number Field Priority of the field. type TypeDescription Field Description of this field's values data type Defined in presentation/common/src/content/Fields.ts Line 187 Last Updated: 13 June, 2024