createPersistedCurrentDirectory
This content is for v1.3.1. Switch to the latest version for up-to-date documentation.
createPersistedCurrentDirectory(
bookmarkId,folderPath,updatedAt):PersistedCurrentDirectory
Defined in: domain/storage/extension-state.ts:102
保存済み現在ディレクトリを作成。
Parameters
Section titled “Parameters”bookmarkId
Section titled “bookmarkId”string
Chrome Bookmark Manager上のfolder ID。
folderPath
Section titled “folderPath”string
folder path。
updatedAt
Section titled “updatedAt”string
更新日時ISO文字列。
Returns
Section titled “Returns”保存済み現在ディレクトリ。
Example
Section titled “Example”const result = createPersistedCurrentDirectory(bookmarkId, folderPath, updatedAt);