Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 2.15 KB

File metadata and controls

12 lines (8 loc) · 2.15 KB

StructuredLink

The display configuration for a link.

Fields

Field Type Required Description Example
name Optional<String> The display name for the link
url Optional<String> The URL for the link.
iconConfig Optional<IconConfig> Defines how to render an icon {
"color": "#343CED",
"key": "person_icon",
"iconType": "GLYPH",
"name": "user"
}