EntryBundle

Generic simple bundle type for entry-based bundles

EntryBundle<T> = object

Generic simple bundle type for entry-based bundles. Used for search result bundles that contain entries.

Type Parameters

T

T

The type of entry contained in the bundle

Properties

id

id: string | null

Unique identifier


entry

entry: (IdentifiedResourceEntry<T> | null)[] | null

Entry array


total

total: number | null

Total result count available on server (for paging)