Home / Function/ NestedProperties() — supabase Function Reference

NestedProperties() — supabase Function Reference

Architecture documentation for the NestedProperties() function in contentlayer.config.js from the supabase codebase.

Entity Profile

Relationship Graph

Source Code

apps/learn/contentlayer.config.js lines 75–94

const NestedProperties = defineNestedType(() => ({
  name: 'NestedProperties',
  fields: {
    radix: {
      type: 'boolean',
    },
    shadcn: {
      type: 'boolean',
    },
    vaul: {
      type: 'boolean',
    },
    inputOtp: {
      type: 'boolean',
    },
    reactAccessibleTreeview: {
      type: 'boolean',
    },
  },
}))

Subdomains

Analyze Your Own Codebase

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

Try Supermodel Free