Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DataAdapter

Declares the minimum required shape of a data adapter

Hierarchy

Implemented by

Index

Properties

id

Methods

defaultFieldSelection

  • defaultFieldSelection(selectNumber?: undefined | number): Promise<any>
  • Adds a selection of default fields to the store

    Parameters

    • Optional selectNumber: undefined | number

    Returns Promise<any>

remove

  • remove(): Promise<any>
  • Removes the associated data source from the store

    Returns Promise<any>

updateCache

  • updateCache(): Promise<any>
  • Fetches new data for the data source, then resolves when those changes have been dispatched to the store

    Returns Promise<any>

Generated using TypeDoc