共用方式為


IProjectPageService interface

方法

getProject()

取得與目前頁面相關聯的專案

方法詳細資料

getProject()

取得與目前頁面相關聯的專案

function getProject(): Promise<undefined | IProjectInfo>

傳回

Promise<undefined | IProjectInfo>