API Reference > presentation-components > Core > ContentDataProvider > configureContentDescriptor configureContentDescriptor MethodProtected Called to configure the content descriptor. This is the place where concrete provider implementations can control things like sorting, filtering, hiding fields, etc. The default method implementation takes care of hiding properties. Subclasses should call the base class method to not lose this functionality. configureContentDescriptor(descriptor: Readonly<Descriptor>): Descriptor Parameter Type Description descriptor Readonly<Descriptor> Returns - Descriptor Defined in presentation/components/src/common/ContentDataProvider.ts Line 243 Last Updated: 13 June, 2024