Interface: PlasmaDevtoolsProps<S, M>
Interface: PlasmaDevtoolsProps<S, M>
Section titled “Interface: PlasmaDevtoolsProps<S, M>”Defined in: devtools/src/panel.tsx:6
Type Parameters
Section titled “Type Parameters”S extends Schema<Record<string, AnyTable>>
M
Properties
Section titled “Properties”client
Section titled “client”
readonlyclient:PlasmaClient<S,M>
Defined in: devtools/src/panel.tsx:7
dbName
Section titled “dbName”
readonlydbName:string
Defined in: devtools/src/panel.tsx:8
schema
Section titled “schema”
readonlyschema:S
Defined in: devtools/src/panel.tsx:9
refreshIntervalMs?
Section titled “refreshIntervalMs?”
readonlyoptionalrefreshIntervalMs?:number
Defined in: devtools/src/panel.tsx:10
position?
Section titled “position?”
readonlyoptionalposition?:"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.