Metadata to describe a store.

Hierarchy

  • Metadata

Indexable

[k: string]: any

Stores may contain arbitrary custom metadata information.

Properties

description?: string

Description of the store.

displayField?: string

Name of the display field. Used e.g. for search results to display items.

fields: readonly FieldData[]

Fields available in the store. These are mandatory.

supportsGeometry?: boolean

Flag to indicate, if the store supports spatial operations. If set to 'true', this implicitly declares that the items have a 'geometry' field. Default is 'false'.

supportsSorting?: boolean

Flag to indicate, if the store can react to the 'sort' option in queries. If this flag ommited, the default value is 'true'.

title?: string

Title of the store.

Generated using TypeDoc