@arcmantle/library
Preparing search index...
structs/catalog
catalogToList
Function catalogToList
catalogToList
<
TRec
extends
{
catalog
:
Record
<
string
,
any
>
;
use
?:
Use
<
TRec
>
}
>
(
record
:
TRec
,
)
:
TRec
[
"catalog"
]
[
keyof
TRec
[
"catalog"
]
]
[]
Build a list of items based on the record and use supplied.
Type Parameters
TRec
extends
{
catalog
:
Record
<
string
,
any
>
;
use
?:
Use
<
TRec
>
}
Parameters
record
:
TRec
Returns
TRec
[
"catalog"
]
[
keyof
TRec
[
"catalog"
]
]
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@arcmantle/library
Loading...
Build a list of items based on the record and use supplied.