Skip to content

updateCurrentDirectory

updateCurrentDirectory(input): ExtensionState

Defined in: domain/storage/extension-state-cleanup.ts:66

現在ディレクトリを保存状態へ反映。

UpdateCurrentDirectoryInput

現在ディレクトリ更新入力。

ExtensionState

現在ディレクトリ更新後の拡張状態。

const result = updateCurrentDirectory({
bookmarkTree,
currentDirectory: "/Work",
state,
updatedAt: "2026-05-05T00:00:00.000Z",
});