ComponentBindingPropertiesValue

data class ComponentBindingPropertiesValue(val bindingProperties: ComponentBindingPropertiesValueProperties? = null, val defaultValue: String? = null, val type: String? = null)

Constructors

Link copied to clipboard
constructor(bindingProperties: ComponentBindingPropertiesValueProperties? = null, defaultValue: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Describes the properties to customize with data at runtime.

Link copied to clipboard
val defaultValue: String? = null

The default value of the property.

Link copied to clipboard
val type: String? = null

The property type.