Skip to content

@sqlrooms/sql-editor / TableStructurePanelProps

Interface: TableStructurePanelProps

Deprecated

Use SchemaExplorer instead.

Properties

className?

optional className: string


schema?

optional schema: string | (name) => boolean

The database schema to use. Defaults to ''. If '' is provided, all tables will be shown. If a function is provided, it will be used to filter the tables.