Class HomeConfig
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Represents the configuration settings for the home page or home component.
public class HomeConfig
- Inheritance
-
HomeConfig
- Inherited Members
- Extension Methods
Properties
BreakpointSize
public string? BreakpointSize { get; set; }
Property Value
CardAspectRatioHeight
public string? CardAspectRatioHeight { get; set; }
Property Value
CardAspectRatioWidth
public string? CardAspectRatioWidth { get; set; }
Property Value
ColumnsPerBreakpoint
public int ColumnsPerBreakpoint { get; set; }
Property Value
MinColumnSize
public string? MinColumnSize { get; set; }