ISpacesVm
Namespace: SlottyMedia.Backend.ViewModel.Pages.Space
This ViewModel represents the state of the Spaces Page.
public interface ISpacesVm
Properties
Forums
A list containing all spaces that should be rendered
public abstract List<ForumDto> Forums { get; }
Property Value
IsLoading
Indicates whether the ViewModel is currently loading data.
public abstract bool IsLoading { get; }
Property Value
Methods
LoadForums()
Fetches all forums and populates the ISpacesVm.Forums property.
Task LoadForums()