FilledField

@Serializable
data class FilledField(val htmlType: String, val id: String, val name: String, val value: String, val autofillType: String, val fillingStrategy: FillingStrategy)

Official doc

Constructors

Link copied to clipboard
constructor(htmlType: String, id: String, name: String, value: String, autofillType: String, fillingStrategy: FillingStrategy)

Properties

Link copied to clipboard

The actual field type, e.g FAMILY_NAME

Link copied to clipboard

The filling strategy

Link copied to clipboard

The type of the field, e.g text, password etc.

Link copied to clipboard
val id: String

the html id

Link copied to clipboard

the html name

Link copied to clipboard

the field value