FieldSetup
Setup field to configure Platform App
| Field : Object | Description |
|---|---|
| description: String | A short text informing the purpose of the field |
| key: String | The key to retrieve the value of the Platform App configuration field |
| label: String | The label of the field, to be used in the html setup form |
| placeholder: String | The placeholder of the field, to be used in the html setup form |
| required: Boolean | If the field is required to complete the Platform App configuration for use |
| sensitive: Boolean | If the field value is sensitive and should be hidden |
| type: FieldTypeEnum | The type of the field, to be used in the html setup form |
| value: String | The value of the field |