Values.ComponentDataConfigurationSourceDescribes the configuration for binding a component's properties to data.
type nonrec t = {model : String_.t;The name of the data model to use to bind data to a component.
*)sort : SortPropertyList.t option;Describes how to sort the component's properties.
*)predicate : Predicate.t option;Represents the conditional logic to use when binding data to a component. Use this property to retrieve only a subset of the data in a collection.
*)identifiers : IdentifierList.t option;A list of IDs to use to bind data to a component. Use this property to bind specifically chosen data, rather than data retrieved from a query.
*)}