Interface: BaseLinks
features/links/links.BaseLinks
The properties that are added onto a processed LinksOptions to create an Links.
Properties
[Component]
• [Component]: GenericComponent
The Vue component used to render this feature.
Defined in
profectus/src/features/links/links.ts:34
[GatherProps]
• [GatherProps]: () => Record
<string
, unknown
>
Type declaration
▸ (): Record
<string
, unknown
>
A function to gather the props the vue component requires for this feature.
Returns
Record
<string
, unknown
>
Defined in
profectus/src/features/links/links.ts:36
type
• type: typeof LinksType
A symbol that helps identify features of the same type.