IProjectPageService interface

Methods

getProject()

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>