Skip to main content

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.

getStats

Summary

Get navigation statistics

Signature

getStats(): {
        totalItems: number;
        hasHierarchical: boolean;
        tabName: string;
        groupName: string;
        docsJsonPath: string;
    };

Parameters

This method takes no parameters.

Returns

Type:
{
        totalItems: number;
        hasHierarchical: boolean;
        tabName: string;
        groupName: string;
        docsJsonPath: string;
    }
Get navigation statistics