AskSQL API Reference (core v0.10.0)
GitHub
Preparing search index...
@asksql/react
SchemaBrowserProps
Interface SchemaBrowserProps
interface
SchemaBrowserProps
{
catalog
:
SchemaCatalog
;
onPick
?:
(
table
:
TableInfo
)
=>
void
;
}
Index
Properties
catalog
on
Pick?
Properties
Readonly
catalog
catalog
:
SchemaCatalog
Optional
Readonly
on
Pick
onPick
?:
(
table
:
TableInfo
)
=>
void
Called when a table row is clicked (e.g. to seed a question).
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
catalog
on
Pick
GitHub
AskSQL API Reference (core v0.10.0)
Loading...
Called when a table row is clicked (e.g. to seed a question).