AskSQL API Reference (core v0.10.0)
    Preparing search index...

    Interface SchemaBrowserProps

    interface SchemaBrowserProps {
        catalog: SchemaCatalog;
        onPick?: (table: TableInfo) => void;
    }
    Index
    catalog: SchemaCatalog
    onPick?: (table: TableInfo) => void

    Called when a table row is clicked (e.g. to seed a question).