Interface > healthstack.backend.integration.task > ItemProperties

ItemProperties

[androidJvm]
open class ItemProperties(val tag: String, val skipLogic: List<SkipLogic>?)

System distinguishes the UI component based on the tag.

Constructors

ItemProperties

[androidJvm]
fun ItemProperties(tag: String, skipLogic: List<SkipLogic>?)

Properties

Name Summary
skipLogic

[androidJvm]
@SerializedName(value = "skip_logic")
val skipLogic: List<SkipLogic>?

tag

[androidJvm]
val tag: String
Type of UI component to render. (ex) Radio, Dropdown

Inheritors

Name
TextProperties

ChoiceProperties

RankingProperties

DateTimeProperties

ScaleProperties