FilterSelector Data Type

Implemented Interfaces
Serializable
Properties
name data type description
targetEntity string
exportFields array of string
ignoreIfNotFoundForeignKeys array of string
displayFields array of string
alias string
Properties inherited from BaseEntity
transient boolean
id number
version number

Example

{
  "targetEntity" : "...",
  "exportFields" : [ "...", "..." ],
  "ignoreIfNotFoundForeignKeys" : [ "...", "..." ],
  "displayFields" : [ "...", "..." ],
  "alias" : "...",
  "transient" : true,
  "id" : 12345,
  "version" : 12345
}