Function: PlasmaDevtools()
Function: PlasmaDevtools()
Section titled “Function: PlasmaDevtools()”PlasmaDevtools<
S,M>(props):ReactElement
Defined in: devtools/src/panel.tsx:32
Floating in-app inspector for plasma. Renders a small badge in the
corner; clicking it opens a panel showing clientID, cookie, outbox,
and schemaVersion — live-updating at refreshIntervalMs (default
500 ms). Intended as a <PlasmaDevtools client={plasma} dbName="..." />
one-liner in local dev builds.
Type Parameters
Section titled “Type Parameters”S extends Record<string, AnyTable>
M
Parameters
Section titled “Parameters”PlasmaDevtoolsProps<S, M>
Returns
Section titled “Returns”ReactElement