Skip to content

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

List<ForumDto>

IsLoading

Indicates whether the ViewModel is currently loading data.

public abstract bool IsLoading { get; }

Property Value

Boolean

Methods

LoadForums()

Fetches all forums and populates the ISpacesVm.Forums property.

Task LoadForums()

Returns

Task