UNPKG

@adaptabletools/adaptable

Version:

Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

3 lines (2 loc) 178 B
export const isAdaptableSharedEntity = (entity) => entity.EntityType === 'adaptableEntity'; export const isCustomSharedEntity = (entity) => entity.EntityType === 'customEntity';