Extensions

Press shift + S to search API reference.

Type Alias

WatchableBaseKey

View source

Any key in base that can be watched:

  • name: the name of the base
  • tables: the order of tables in the base
  • collaborators: all the collaborators in the base
  • schema: the base schema (essentially everything except for record data)
type WatchableBaseKey = "color" | "name" | "tables" | "collaborators" | "schema"