Constructor
new ProjectView()
- Since:
- Source:
Extends
Methods
getProjectsList()
Call back to initialize the ProjectsList
This is used as a callback so that the fetch would happen after the change:token event gets loaded.
- Since:
- Source:
handleSelectProject(e)
Handles the change event for selecting a project in the dropdown and then render.
Parameters:
Name |
Type |
Description |
e |
Event
|
|
- Since:
- Source:
- Source:
Returns:
-
Type
-
ProjectView
setSelectedProject()
Call back to set the selectedProject
This is used as a callback to only set the current project on the success of the fetch call.
- Since:
- Source: