Skip to content

MarkBookmarkCommand

Defined in: application/commands/bookmark-command-types.ts:100

Mark commandです。

readonly allowDuplicate: boolean

Defined in: application/commands/bookmark-command-types.ts:104

重複URLの保存を許可するかです。


readonly kind: "mark"

Defined in: application/commands/bookmark-command-types.ts:108

Command種別です。


readonly targetFolderPathInput: string

Defined in: application/commands/bookmark-command-types.ts:112

保存先folder path入力です。


readonly titleInput: string

Defined in: application/commands/bookmark-command-types.ts:116

Bookmark title入力です。


readonly titleSpecified: boolean

Defined in: application/commands/bookmark-command-types.ts:120

Bookmark titleが明示されたかです。