Skip to content

RemoveBookmarkCommand

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:171

Remove Bookmark commandです。

readonly force: boolean

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

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


readonly kind: "rm"

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

Command種別です。


readonly recursive: boolean

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

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


readonly targetInput: string

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

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

Last updated: