@willwade/aac-processors
Preparing search index...
SymbolUsageStats
Interface SymbolUsageStats
Analyze symbol usage in a gridset
Param: tree
AAC tree from loaded gridset
Returns
Symbol usage statistics
interface
SymbolUsageStats
{
byLibrary
:
Record
<
string
,
number
>
;
librariesUsed
:
string
[]
;
totalSymbols
:
number
;
uniqueReferences
:
string
[]
;
}
Index
Properties
by
Library
libraries
Used
total
Symbols
unique
References
Properties
by
Library
byLibrary
:
Record
<
string
,
number
>
libraries
Used
librariesUsed
:
string
[]
total
Symbols
totalSymbols
:
number
unique
References
uniqueReferences
:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
by
Library
libraries
Used
total
Symbols
unique
References
@willwade/aac-processors
Loading...
Analyze symbol usage in a gridset
Param: tree
AAC tree from loaded gridset
Returns
Symbol usage statistics