[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
FormField
Defines the properties of the form field.
Properties
boolean
enabled
Required
The flag for enablement.
boolean
hidden
Required
The flag to hide values.
boolean
mandatory
Required
The flag to mark property mandatory.
string
displayName
Optional
The display name in the Form Field.
string
name
Optional
The name in Form Field.
string
pattern
Optional
The pattern in Form Field.
string
patternDescription
Optional
The pattern description in Form Field.
string
source
Optional
The source in Form Field.
string
toolTip
Optional
The tool tip in the Form Field.
type
Optional
Defines the properties of the Form field type.
Possible values are: TEXT , BUTTON , CHECKBOX , DROPDOWN , RADIOBUTTON , LABEL
string
value
Optional
The value of Form Field.
JSON Example
{
"enabled": true,
"hidden": true,
"mandatory": true
}
[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
Property Of
InlineFormServiceExtension1