Skip to content
Roomful is in public beta — install with the @beta tag. Share feedback →

Interface: DevtoolsCommandResult

@roomful/devtools


@roomful/devtools / DevtoolsCommandResult

Defined in: types.ts:299

Represents the result of a devtools bridge command.

optional error: 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.