BaseProjectViewModel

abstract class BaseProjectViewModel

The BaseProjectViewModel serves as a base view model for managing project-related operations

Author

N7ghtm4r3 - Tecknobit

See also

EquinoxViewModel

Inheritors

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
interface ProjectDeleter

The ProjectDeleter interface allows to handle the project deletion request

Properties

Link copied to clipboard
val project: StateFlow<Project?>

Functions

Link copied to clipboard
abstract fun retrieveProject()

Method to retrieve the data of a Project