Version: 0.13.0

FieldValueObject

Value objects represent multiple selectable field values. Use in conjunction with field "type" = "radio" and "type" = "checkbox" to express that zero, one or many out of several possible values may be sent back to the server.

Hierarchy

  • FieldValueObject

Indexable

  • [ k: string]: any

Value objects represent multiple selectable field values. Use in conjunction with field "type" = "radio" and "type" = "checkbox" to express that zero, one or many out of several possible values may be sent back to the server.

Index

Properties

Properties

Optional selected

selected? : undefined | false | true

Defined in cnd/siren.ts:240

A value object with a "selected" = true attribute indicates that this value should be considered preselected by the client. When missing, the default value is false.


Optional title

title? : undefined | string

Defined in cnd/siren.ts:232

Textual description of a field value.


value

value: string | number

Defined in cnd/siren.ts:236

Possible value for the field.