Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ILinkElement

Element used to render a link styled as an anchor.

An example of a link:

example

{
   tag: 'Link',
   props: {
     to: 'base.integration'
   },
   children: 'Click me!'
}

Hierarchy

Index

Properties

Properties

Optional children

children: IStandardElement[] | string

HTML children as an array of IStandardElement or as a string.

props

Must have a to property pointing to a registered route.

tag

tag: Link

Must be Link.

Generated using TypeDoc