Interface: CommandMessage
Interface: CommandMessage
Section titled “Interface: CommandMessage”Defined in: devtools/src/protocol.ts:44
Extension → Page: a command asking the runtime to do something.
The runtime replies asynchronously via another state-update or a
command-result — the extension correlates by requestId.
Properties
Section titled “Properties”source
Section titled “source”
readonlysource:"plasma-devtools"
Defined in: devtools/src/protocol.ts:45
readonlytype:"command"
Defined in: devtools/src/protocol.ts:46
requestId
Section titled “requestId”
readonlyrequestId:string
Defined in: devtools/src/protocol.ts:47
command
Section titled “command”
readonlycommand:"flush"|"pull"|"reset-local-state"|"ping"
Defined in: devtools/src/protocol.ts:48