Variable getTableSchemaAtomConst

getTableSchemaAtom: PrimitiveAtom<undefined | ((id: string, withSubtables?: boolean) => Promise<TableSchema>)> & WithInitialValue<undefined | ((id: string, withSubtables?: boolean) => Promise<TableSchema>)> = ...

Stores a function to get a table’s schema doc (without listener)

Generated using TypeDoc