IProjectPageService interface
Methods
get |
Gets the project associated with the current page |
Method Details
getProject()
Gets the project associated with the current page
function getProject(): Promise<undefined | IProjectInfo>
Returns
Promise<undefined | IProjectInfo>