Home > @uniformdev/richtext > LinkAttrConfig

LinkAttrConfig interface

One entry in the link-attributes config list. options, and helpText are optional presentation hints. The React SDK translates the literal class key to className on output.

Signature:

Properties

Property

Modifiers

Type

Description

helpText?

string

(Optional)

key

string

label?

string

(Optional)

options?

Array<{ name: string; value: string; }>

(Optional) When present, the editor renders a select; the value must be one of these.