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