InformationGrid webcomponents documentation

ig-collection-manager #

Overview #

A Collection Manager component supports all CRUD (create, read, update and delete) actions on collections in InformationGrid.

Properties #

Property Attribute Description Type Default
collectionManagerId collection-manager-id The identifier of the collection manager configuration string undefined
tenantId tenant-id Identifier of the tenant for which the data should be managed (in case the datasource is tenant aware). string undefined

Methods #

refresh() => Promise<void> #

Refreshes the whole component. This also retrieves the collection manager configuration again.

Returns #

Type: Promise<void>

Dependencies #

Depends on #

Graph #

graph TD;
  ig-collection-manager --> ig-form
  ig-collection-manager --> ig-resource-master
  ig-form --> ig-modal
  ig-form --> ig-form-section
  ig-modal --> ig-modal
  ig-form-section --> ig-tooltip
  ig-form-section --> ig-form-field
  ig-form-section --> ig-popover
  ig-tooltip --> ig-popover
  ig-form-field --> ig-form-field-dsl
  ig-form-field --> ig-form-field-text-editor
  ig-form-field --> ig-form-field-lookup
  ig-form-field --> ig-form-field-date
  ig-form-field --> ig-form-field-upload
  ig-form-field --> ig-form-field-primitive
  ig-form-field --> ig-form-field-enum
  ig-form-field --> ig-form-field-array
  ig-form-field --> ig-form-field-map
  ig-form-field --> ig-form-field-resource-type
  ig-form-field --> ig-form-field-resource-type-group
  ig-form-field-lookup --> ig-popover
  ig-form-field-array --> ig-form-field
  ig-form-field-array --> ig-popover
  ig-form-field-map --> ig-form-field
  ig-form-field-map --> ig-popover
  ig-form-field-resource-type --> ig-form-section
  ig-form-field-resource-type-group --> ig-form-section
  ig-resource-master --> ig-file
  ig-resource-master --> ig-search-facets
  ig-resource-master --> ig-pagination
  style ig-collection-manager fill:#f9f,stroke:#333,stroke-width:4px