Skip to content

RemoveBookmarkCommand

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

Remove Bookmark commandです。

readonly force: boolean

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

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


readonly kind: "rm"

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

Command種別です。


readonly recursive: boolean

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

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


readonly targetInput: string

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

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

Last updated: