@willwade/aac-processors
Preparing search index...
SymbolReport
Interface SymbolReport
Generate a symbol extraction report Useful for identifying which symbols need manual extraction
interface
SymbolReport
{
byLibrary
:
Record
<
string
,
number
>
;
embedded
:
number
;
missingSymbols
:
{
attribution
?:
string
;
library
:
string
;
license
?:
string
;
path
:
string
;
reference
:
string
;
}
[]
;
notFound
:
number
;
symbolLibraries
:
number
;
total
:
number
;
}
Index
Properties
by
Library
embedded
missing
Symbols
not
Found
symbol
Libraries
total
Properties
by
Library
byLibrary
:
Record
<
string
,
number
>
embedded
embedded
:
number
missing
Symbols
missingSymbols
:
{
attribution
?:
string
;
library
:
string
;
license
?:
string
;
path
:
string
;
reference
:
string
;
}
[]
not
Found
notFound
:
number
symbol
Libraries
symbolLibraries
:
number
total
total
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
by
Library
embedded
missing
Symbols
not
Found
symbol
Libraries
total
@willwade/aac-processors
Loading...
Generate a symbol extraction report Useful for identifying which symbols need manual extraction