CommandParseContext
Defined in: application/commands/bookmark-command-factory.ts:124
Command parse contextです。
Properties
Section titled “Properties”commandName
Section titled “commandName”
readonlycommandName:string
Defined in: application/commands/bookmark-command-factory.ts:128
入力されたcommand名です。
normalizedInput
Section titled “normalizedInput”
readonlynormalizedInput:string
Defined in: application/commands/bookmark-command-factory.ts:140
正規化済み入力です。
readonlyquery:string
Defined in: application/commands/bookmark-command-factory.ts:132
Command名を除いたqueryです。
queryParts
Section titled “queryParts”
readonlyqueryParts: readonlystring[]
Defined in: application/commands/bookmark-command-factory.ts:136
Command名を除いたtoken一覧です。