Skip to content

MarkBookmarkCommand

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

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

Mark commandです。

readonly allowDuplicate: boolean

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

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


readonly kind: "mark"

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

Command種別です。


readonly targetFolderPathInput: string

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

保存先folder path入力です。


readonly titleInput: string

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

Bookmark title入力です。

Last updated: