Home / Type/ CMSLinkType Type — supabase Architecture

CMSLinkType Type — supabase Architecture

Architecture documentation for the CMSLinkType type/interface in index.tsx from the supabase codebase.

Entity Profile

Source Code

apps/cms/src/components/Link/index.tsx lines 8–21

type CMSLinkType = {
  appearance?: 'inline' | ButtonProps['variant']
  children?: React.ReactNode
  className?: string
  label?: string | null
  newTab?: boolean | null
  reference?: {
    relationTo: 'posts'
    value: Post | string | number
  } | null
  size?: ButtonProps['size'] | null
  type?: 'custom' | 'reference' | null
  url?: string | null
}

Analyze Your Own Codebase

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

Try Supermodel Free