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

dataSource

Gets or sets the data source.

endPoint

Gets or sets the rest end point.

resultTemplate

Gets or sets the result template.

Property Details

dataSource

Gets or sets the data source.

dataSource: InputValue[]

Property Value

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