IProjectPageService interface
メソッド
| get |
現在のページに関連付けられているプロジェクトを取得します |
メソッドの詳細
getProject()
現在のページに関連付けられているプロジェクトを取得します
function getProject(): Promise<undefined | IProjectInfo>
戻り値
Promise<undefined | IProjectInfo>