Skip to main content

Class configurations

wyStack generates a lot of component by default, based on your Domain Model. Class configurations can influence the generation of default components.

Class configuration options

Class configurations are automatically created when you create a new class. On each class configuration you can specify if you want to generate:

  • A grid component. (default: true)
  • A list component. (not supported in Angular)
  • A one entity component. (default: true)
  • A card component. (this enables card view on the grid component, default: true)
  • A map component. (this enables map view on the grid component, default: false)