default
@fovea/annotation-tool / components/workspaces/OntologyWorkspace / default
Function: default()
default():
Element
Defined in: src/components/workspaces/OntologyWorkspace.tsx:109
Ontology workspace for managing persona-specific type definitions. Provides tabbed interface for entity, role, event, and relation types with search, CRUD operations, and AI-powered type suggestions.
Returns
Element
React component rendering persona browser or ontology editor with tabs
Example
<Route path="/ontology" element={<OntologyWorkspace />} />