Component Data Configuration Args
data class ComponentDataConfigurationArgs(val identifiers: Output<List<String>>? = null, val model: Output<String>, val predicate: Output<ComponentPredicateArgs>? = null, val sort: Output<List<ComponentSortPropertyArgs>>? = null) : ConvertibleToJava<ComponentDataConfigurationArgs>
Constructors
Link copied to clipboard
constructor(identifiers: Output<List<String>>? = null, model: Output<String>, predicate: Output<ComponentPredicateArgs>? = null, sort: Output<List<ComponentSortPropertyArgs>>? = null)
Properties
Link copied to clipboard
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.
Link copied to clipboard
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.
Link copied to clipboard
Describes how to sort the component's properties.