Skip to content

RemoveBookmarkCommand

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

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

Remove Bookmark commandです。

readonly force: boolean

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

確認なしで削除するかです。


readonly kind: "rm"

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

Command種別です。


readonly recursive: boolean

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

Folder配下も再帰的に削除するかです。


readonly targetInput: string

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

対象の直前結果番号です。

Last updated: