Home / Function/ useIsInlineEditorEnabled() — supabase Function Reference

useIsInlineEditorEnabled() — supabase Function Reference

Architecture documentation for the useIsInlineEditorEnabled() function in InlineEditorSettings.tsx from the supabase codebase.

Entity Profile

Relationship Graph

Source Code

apps/studio/components/interfaces/Account/Preferences/InlineEditorSettings.tsx lines 24–31

export const useIsInlineEditorEnabled = () => {
  const [inlineEditorEnabled] = useLocalStorageQuery(
    LOCAL_STORAGE_KEYS.UI_PREVIEW_INLINE_EDITOR,
    false
  )

  return inlineEditorEnabled ?? false
}

Subdomains

Analyze Your Own Codebase

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

Try Supermodel Free