Skip to content

CommandParseContext

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

Command parse contextです。

readonly commandName: string

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

入力されたcommand名です。


readonly normalizedInput: string

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

正規化済み入力です。


readonly query: string

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

Command名を除いたqueryです。


readonly queryParts: readonly string[]

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

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