Expand description
Context view panel for Code mode.
Displays the current proof context including definitions, inductive types, and their constructors. Organizes entries by category.
§Props
definitions- List of term definitionsinductives- List of inductive type definitions
§Key Types
ContextEntry- A single definition or type in the contextEntryKind- Definition, Inductive, or Constructor
Re-exports§
pub use ContextView_completions::Component::ContextView;
Structs§
- Context
Entry - A definition entry in the context.
- Context
View Props - Properties for the
ContextViewcomponent.
Enums§
Functions§
- Context
View - Props