Module model

Module model 

Source
Expand description

Model domain types.

These types represent models in the system, independent of any infrastructure concerns (database, filesystem, etc.).

Structsยง

Model
A model that exists in the system with a database ID.
ModelFilterOptions
Filter options for the model library UI.
NewModel
A model to be inserted into the system (no ID yet).
RangeValues
A range of numeric values with min and max.