FilterSelector Data Type

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

Example

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