IProjectPageService interface
方法
| get |
取得與目前頁面相關聯的專案 |
方法詳細資料
getProject()
取得與目前頁面相關聯的專案
function getProject(): Promise<undefined | IProjectInfo>
傳回
Promise<undefined | IProjectInfo>
| get |
取得與目前頁面相關聯的專案 |
取得與目前頁面相關聯的專案
function getProject(): Promise<undefined | IProjectInfo>
Promise<undefined | IProjectInfo>