Skip to content

Interface: PlasmaDevtoolsProps<S, M>

Defined in: devtools/src/panel.tsx:6

S extends Schema<Record<string, AnyTable>>

M

readonly client: PlasmaClient<S, M>

Defined in: devtools/src/panel.tsx:7


readonly dbName: string

Defined in: devtools/src/panel.tsx:8


readonly schema: S

Defined in: devtools/src/panel.tsx:9


readonly optional refreshIntervalMs?: number

Defined in: devtools/src/panel.tsx:10


readonly optional position?: "bottom-right" | "bottom-left" | "top-right" | "top-left"

Defined in: devtools/src/panel.tsx:15

Position of the floating trigger button. Defaults to the bottom-right so it doesn’t overlap common toolbar patterns.