Skip to content

CommandParseContext

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

Defined in: application/commands/bookmark-command-factory.ts:109

Command parse contextです。

readonly commandName: string

Defined in: application/commands/bookmark-command-factory.ts:113

入力されたcommand名です。


readonly normalizedInput: string

Defined in: application/commands/bookmark-command-factory.ts:125

正規化済み入力です。


readonly query: string

Defined in: application/commands/bookmark-command-factory.ts:117

Command名を除いたqueryです。


readonly queryParts: readonly string[]

Defined in: application/commands/bookmark-command-factory.ts:121

Command名を除いたtoken一覧です。

Last updated: