Skip to content

Interface: DevtoolsCommandResult

@roomful/devtools


@roomful/devtools / DevtoolsCommandResult

Defined in: types.ts:302

Represents the result of a devtools bridge command.

optional error: string

Defined in: types.ts:306

Stores an error message when the command fails.


ok: boolean

Defined in: types.ts:311

Indicates whether the command succeeded.