Documentation Index
Fetch the complete documentation index at: https://mint-tsdocs.saulo.engineer/llms.txt
Use this file to discover all available pages before exploring further.
TemplateManager
Summary
Manages template resolution and rendering with user override support
Signature
export declare class TemplateManager
Constructors
constructor
Constructs a new instance of the class
Properties
No properties defined.
Methods
clearCache
Clear all template caches
getAvailableTemplates
Get available template names (both user and default)
getTemplateMapping
Get the template mapping for debugging/information purposes
getTemplateStats
hasUserTemplate
Check if a user template exists for a given template name
renderApiItem
Render an API item using the appropriate template
renderLayout
Render a layout template
renderTemplate
Render a template with user override support
Events
No events defined.