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 |
|---|---|---|---|
|
string |
(Optional) | ||
|
string | |||
|
string |
(Optional) | ||
|
Array<{ name: string; value: string; }> |
(Optional) When present, the editor renders a select; the value must be one of these. |