Interface: DevtoolsCommandResult
@roomful/devtools / DevtoolsCommandResult
Interface: DevtoolsCommandResult
Section titled “Interface: DevtoolsCommandResult”Defined in: types.ts:299
Represents the result of a devtools bridge command.
Properties
Section titled “Properties”error?
Section titled “error?”
optionalerror:string
Defined in: types.ts:303
Stores an error message when the command fails.
ok:
boolean
Defined in: types.ts:308
Indicates whether the command succeeded.