Type parameters
Hierarchy
-
StaticApplicationField<T, P, S>
- ApplicationField
Properties
Readonly app
Description of the field type collection.
Readonly data
Management of data in a field.
Methods
fetchAll
-
The method is used to request all associated objects.
If a field stores multiple links to app items, you can request their full data at once:
const items = await Context.fields.app. fetchAll();
Returns Promise<ApplicationItem<T, P>[]>
Description of an App type field
Field with the link to the TApplication item.