ValueDefinition interface
Encapsulates the properties of a field value definition. It has the information needed to retrieve the list of possible values for a certain field and how to handle that field values in the UI. This information includes what type of object this value represents, which property to use for UI display and which property to use for saving the subscription
Properties
data |
Gets or sets the data source. |
end |
Gets or sets the rest end point. |
result |
Gets or sets the result template. |
Property Details
dataSource
endPoint
Gets or sets the rest end point.
endPoint: string
Property Value
string
resultTemplate
Gets or sets the result template.
resultTemplate: string
Property Value
string