FavoritesGridConfig
data class FavoritesGridConfig(val isExpandable: Boolean, val showPlaceholders: Boolean, val placement: FavoritesPlacement)
Configuration for the Favorites Grid view.
Properties
Link copied to clipboard
If true and there are two or more rows, the favorites are collapsed and can be expanded. If false, the favorites are always expanded.
Link copied to clipboard
The screen on which favorites are displayed.
Link copied to clipboard
Whether to show placeholder with onboarding if favorites list is empty.