ComponentDataConfiguration

Describes the configuration for binding a component's properties to data.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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

The name of the data model to use to bind data to a component.

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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String