AppFilterinterface
Filter for retrieving apps.
Properties (9)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| customProperties⚓︎ | Record<string, any> | x | x | Custom properties as specified in the respective app definition. |
| includeDefinition⚓︎ | boolean | false | x | If |
| includeInstances⚓︎ | boolean | true | x | If |
| isFdc3Definition⚓︎ | boolean | x | x | If |
| isHidden⚓︎ | boolean | x | x | If |
| isInMemory⚓︎ | boolean | x | x | If |
| keywords⚓︎ | string[] | x | x | Array of keywords as specified in the respective app definitions. |
| names⚓︎ | string[] | x | x | Array of app names as specified in the respective app definitions. |
| types⚓︎ | AppType[] | x | x | Array of app types as specified in the respective app definitions. |