Skip to main content

grid-pro.datasourcetype

Home > @genesislcap/grid-pro > DatasourceType

DatasourceType type

Available datasource types

Signature:

export type DatasourceType = 'client' | 'server';

Remarks

  • This type is used to define what kind of datasource will be used in components like entity manager. Currently there are two options: 'client' for grid-pro-client-side-datasource and 'server' for grid-pro-server-side-datasource