Options
All
  • Public
  • Public/Protected
  • All
Menu

A store mixin class, that represent collection of all calendars in the project.

Hierarchy

Index

Properties

$project

The project instance, this entity belongs to.

project

The project instance, this entity belongs to.

Methods

getAssignmentById

getAssignmentStore

  • getAssignmentStore(): this["project"]["assignmentStore"]

getCalendarById

getCalendarManagerStore

  • getCalendarManagerStore(): this["project"]["calendarManagerStore"]

getDependencyById

  • getDependencyById(id: ModelId): CoreDependencyMixin

getDependencyStore

  • getDependencyStore(): this["project"]["dependencyStore"]

getEventById

getEventStore

  • getEventStore(): this["project"]["eventStore"]

getProject

  • getProject(): this["project"]

getResourceById

getResourceStore

  • getResourceStore(): this["project"]["resourceStore"]

setProject

  • setProject(project: this["project"]): this["project"]

Generated using TypeDoc