GalleryGrid

data class GalleryGrid(val grid: Grid) : SettingsModal(source)

Carries GalleryGrid data through the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

grid

grid value consumed by the API.

Constructors

Link copied to clipboard
constructor(grid: Grid)

Properties

Link copied to clipboard
val grid: Grid