Skip to content

getFolderName

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

getFolderName(folderPath): string

Defined in: application/bookmarks/bookmark-organization-use-case-helpers.ts:153

Folder pathから最後のsegmentを取得。

string

folder path。

string

最後のpath segment。

const result = getFolderName(folderPath);

Last updated: