Skip to content

RecordingOrganizer

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

Defined in: application/bookmarks/organize-bookmark-use-case-test-helper.ts:12

書き込み記録fixture。

readonly createdFolders: readonly CreateFolderInput[]

Defined in: application/bookmarks/organize-bookmark-use-case-test-helper.ts:14

作成要求一覧。


readonly movedEntries: readonly MoveEntryInput[]

Defined in: application/bookmarks/organize-bookmark-use-case-test-helper.ts:16

移動要求一覧。


readonly organizer: BookmarkOrganizerPort

Defined in: application/bookmarks/organize-bookmark-use-case-test-helper.ts:24

Bookmark整理port。


readonly removedEntries: readonly RemoveEntryInput[]

Defined in: application/bookmarks/organize-bookmark-use-case-test-helper.ts:18

削除要求一覧。


readonly removedFolderTrees: readonly RemoveFolderTreeInput[]

Defined in: application/bookmarks/organize-bookmark-use-case-test-helper.ts:20

Folder subtree削除要求一覧。


readonly renamedEntries: readonly RenameEntryInput[]

Defined in: application/bookmarks/organize-bookmark-use-case-test-helper.ts:22

名称変更要求一覧。

Last updated: