connect-sdk / de.proglove.sdk.display / PgTemplateField
PgTemplateField
data class PgTemplateField
This class represents the data, that should be displayed in a template field.
Constructors
| Name | Summary | 
|---|---|
| <init> | This class represents the data, that should be displayed in a template field.PgTemplateField(fieldId:Int, header:String, content:String) | 
Properties
| Name | Summary | 
|---|---|
| content | The content of this field. The process critical information should be passed in hereval content:String | 
| fieldId | The id of the field that shoudl be filled with header and contentval fieldId:Int | 
| header | The string that will be displayed in small letters on top of the fieldval header:String |