Home / Type/ PrivilegesTableProps Type — supabase Architecture

PrivilegesTableProps Type — supabase Architecture

Architecture documentation for the PrivilegesTableProps type/interface in PrivilegesTable.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Database/Privileges/PrivilegesTable.tsx lines 11–19

export interface PrivilegesTableProps
  extends Pick<
    ReturnType<typeof usePrivilegesState>,
    'tableCheckedStates' | 'columnCheckedStates' | 'toggleTablePrivilege' | 'toggleColumnPrivilege'
  > {
  columnPrivileges: ColumnPrivilege[]
  disabled: boolean
  isApplyingChanges?: boolean
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free