Skip to content

RemoveBookmarkCommand

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

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

Remove Bookmark commandです。

readonly force: boolean

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

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


readonly kind: "rm"

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

Command種別です。


readonly recursive: boolean

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

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


readonly targetInput: string

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

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

Last updated: