Skip to content

createPersistedCurrentDirectory

This content is for v1.2.0. Switch to the latest version for up-to-date documentation.

createPersistedCurrentDirectory(bookmarkId, folderPath, updatedAt): PersistedCurrentDirectory

Defined in: domain/storage/extension-state.ts:100

保存済み現在ディレクトリを作成。

string

Chrome Bookmark Manager上のfolder ID。

string

folder path。

string

更新日時ISO文字列。

PersistedCurrentDirectory

保存済み現在ディレクトリ。

const result = createPersistedCurrentDirectory(bookmarkId, folderPath, updatedAt);

Last updated: