AdditionalImportAction |
Definition of an additional generic import action, e.g. linking imported records to an existing group entity. |
|
AsyncComponent |
|
ComponentTuple |
|
AsyncPromiseValidatorFn |
|
ColumnConfig |
Type for the definition of a single column in the EntitySubrecord |
|
Config |
|
EnumValue |
|
ConfigMigration |
A ConfigMigration is checked during a full JSON.parse using a reviver function. If the migration does not apply to the given configPart, make sure to return it unchanged. Multiple migrations are chained and can transform the same config part one after the other. |
|
ConfigurableEnumConfig |
Interface specifying overall object representing an enum with all its options as stored in the config database |
|
DashboardTheme |
|
DatabaseRule |
The format that the JSON defined rules need to have. In the JSON object the Entities can be specified by using their ENTITY_TYPE string representation. |
|
EntityActionPermission |
The type which defines which actions can be used for permissions.
The type allows all strings defined in the |
|
EntitySubject |
The type which defines which subjects can be used for permissions.
This matches any entity classes, entity objects and the wildcard string "all"
E.g. |
|
DataFilter |
This filter can be used to filter an array of entities. It has to follow the MongoDB Query Syntax ://www.mongodb.com/docs/manual/reference/operator/query/{@link https}. The filter is parsed using ucast ://github.com/stalniy/ucast/tree/master/packages/mongo2jshttps |
|
DefaultValueHint |
|
DefaultValueMode |
|
DynamicValidator |
Available validators that can be used to display errors to the user when a form is invalid |
|
EntityActionsFactory |
|
EntityConstructor |
This represents a static class of type |
|
EntityFormGroup |
|
TypedFormGroup |
These are utility types that allow to define the type of |
|
EntitySchema |
Complete schema of an Entity containing multiple EntitySchemaFields. This is generated from all |
|
FileDownloadFormat |
|
FilterConfig |
|
GeneratedConfig |
|
GetAllOptions |
Basic database read options supported by Database. |
|
GetOptions |
Basic database read options supported by Database. |
|
QueryOptions |
Basic query options supported by Database. |
|
IsDesktop |
A type that is used to document the return type of the
|
|
LocationProperties |
A map of entity types and the (selected) location properties of this type |
|
NoteForActivitySetup |
|
NotificationChannel |
Defines allowed notification channels. Note: "push" is handled via individual device registrations and not part of this config currently. |
|
NotificationType |
Base type of notification rule. |
|
OpenStreetMapsSearchResult |
|
ReportEntity |
Union type to enable type safety for report configs. Use this instead of the {@class ReportConfig} |
|
SkillLevel |
|
SqlOptions |
|
SqlTables |
|
SqlType |
|
SyncResult |
|