Module: features/links/links
Interfaces
Type aliases
GenericLinks
Ƭ GenericLinks: Replace
<Links
<LinksOptions
>, { links
: ProcessedComputable
<Link
[]> }>
Defined in
profectus/src/features/links/links.ts:39
Links
Ƭ Links<T
>: Replace
<T
& BaseLinks
, { links
: GetComputableType
<T
["links"
]> }>
Type parameters
Name | Type |
---|---|
T | extends LinksOptions |
Defined in
profectus/src/features/links/links.ts:32
Variables
LinksType
• Const
LinksType: typeof LinksType
Defined in
profectus/src/features/links/links.ts:13
Functions
createLinks
▸ createLinks<T
>(optionsFunc
): Links
<T
>
Type parameters
Name | Type |
---|---|
T | extends LinksOptions |
Parameters
Name | Type |
---|---|
optionsFunc | OptionsFunc <T , Links <T >, BaseLinks > |
Returns
Links
<T
>