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です。
Properties
Section titled “Properties”commandName
Section titled “commandName”
readonlycommandName:string
Defined in: application/commands/bookmark-command-factory.ts:113
入力されたcommand名です。
normalizedInput
Section titled “normalizedInput”
readonlynormalizedInput:string
Defined in: application/commands/bookmark-command-factory.ts:125
正規化済み入力です。
readonlyquery:string
Defined in: application/commands/bookmark-command-factory.ts:117
Command名を除いたqueryです。
queryParts
Section titled “queryParts”
readonlyqueryParts: readonlystring[]
Defined in: application/commands/bookmark-command-factory.ts:121
Command名を除いたtoken一覧です。