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[str] The display name for the link
url Optional[str] The URL for the link.
icon_config Optional[models.IconConfig] Defines how to render an icon {
"color": "#343CED",
"key": "person_icon",
"iconType": "GLYPH",
"name": "user"
}