Frontmatter
| id | 1883 |
| title | layout.Card: support lazy loading items |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Apr 28, 2021, 2:13 PM |
| updatedAt | Apr 28, 2021, 2:52 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1883 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 28, 2021, 2:52 PM |

module can optionally be a function.
example:
items: [{ module : () => import('./TableContainer.mjs'), reference : 'table-container', tabButtonConfig: { iconCls: 'fa fa-table', route : 'mainview=table', text : 'Table' } }, { module : () => import('./mapboxGl/Container.mjs'), tabButtonConfig: { iconCls: 'fa fa-globe-americas', route : 'mainview=mapboxglmap', text : 'Mapbox GL Map' } }]epic.