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-datasourceand 'server' forgrid-pro-server-side-datasource