DescriptorOverrides Interface

Descriptor overrides that can be used to customize content

Properties

Name Type Description
contentFlags undefined | number Content flags used for content customization.  
displayType undefined | string Content display type.  
fieldsSelector undefined | { fields: FieldDescriptor[], type: "include" | "exclude" } Fields selector that allows excluding or including only specified fields  
filterExpression undefined | string ECExpression for filtering content  
hiddenFieldNames undefined | string[] Names of fields which should be excluded from content Deprecated  
sortDirection undefined | SortDirection Sort direction. Deprecated  
sorting undefined | { direction: SortDirection, field: FieldDescriptor } Specification for sorting data  
sortingFieldName undefined | string Name of the sorting field Deprecated  

Defined in

Last Updated: 29 November, 2022