FaasJS
Home
  • Guide
  • Documents
  • Starter Template
  • Changelog
  • Ecosystem

    • VS Code Plugin
    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
  • English
  • 简体中文
Home
  • Guide
  • Documents
  • Starter Template
  • Changelog
  • Ecosystem

    • VS Code Plugin
    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
  • English
  • 简体中文

Documents / @faasjs/ant-design / LinkProps

Interface: LinkProps

Properties

block?

optional block: boolean

button?

optional button: boolean | ButtonProps

children?

optional children: ReactNode

copyable?

optional copyable: boolean

only use for text without button

href

href: string

onClick()?

optional onClick: (event) => void

Parameters

event

MouseEvent<HTMLElement, MouseEvent>

Returns

void

style?

optional style: CSSProperties

target?

optional target: "_blank"

text?

optional text: string | number