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>  

Defined in

Last Updated: 08 January, 2020