Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ValueDefinition

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

Hierarchy

  • ValueDefinition

Index

Properties

Optional dataSource

dataSource: Array<InputValue>

Gets or sets the data source.

Optional endPoint

endPoint: string

Gets or sets the rest end point.

Optional resultTemplate

resultTemplate: string

Gets or sets the result template.

Generated using TypeDoc