Profectus / features/links/links / LinksOptions
Interface: LinksOptions ​
An object that configures a Links.
Extends ​
Properties ​
classes? ​
optional
classes:MaybeRefOrGetter
<Record
<string
,boolean
>>
Dictionary of CSS classes to apply to this feature.
Inherited from ​
Defined in ​
links ​
links:
MaybeRefOrGetter
<Link
[]>
The list of links to display.
Defined in ​
profectus/src/features/links/links.tsx:38
style? ​
optional
style:MaybeRefOrGetter
<CSSProperties
>
CSS to apply to this feature.
Inherited from ​
Defined in ​
visibility? ​
optional
visibility:MaybeRefOrGetter
<boolean | Visibility>
Whether this feature should be visible.