cdcharlebois / mx-har-analyzer

a node tool to analyze mendix har files
3 stars 0 forks source link

Add other data element types #1

Open cdcharlebois opened 1 year ago

cdcharlebois commented 1 year ago

https://github.com/cdcharlebois/mx-har-analyzer/blob/ccfa01327c12ff46cae74a8ec0d4c599c44c7557/modelsdk.ts#L23

There must be other data element types for Data Grids, Template Grids, DG2, etc

Robinfr commented 1 year ago

@cdcharlebois There are essentially infinite data element types since anyone can create a pluggable widgets with a datasource. Therefore, if you want to capture all data sources, it's better to look at which things have a data source instead :)