Interface > healthstack.backend.integration.task > TextProperties

TextProperties

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

System distinguishes the UI component based on the tag.

Constructors

TextProperties

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

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