Definition
Assembly: Mintlify.Core.dll Namespace: Mintlify.Core.Models Inheritance: System.ObjectSyntax
Summary
Represents a dropdown configuration in Mintlify navigation.Constructors
.ctor
Syntax
Properties
Anchors
Gets or sets the anchors for the dropdown.Syntax
Property Value
Type:System.Collections.Generic.List<Mintlify.Core.Models.AnchorConfig>?
AsyncApi
Gets or sets the AsyncAPI configuration.Syntax
Property Value
Type:object?
Color
Gets or sets the color configuration for the dropdown.Syntax
Property Value
Type:Mintlify.Core.Models.ColorPairConfig?
Description
Gets or sets the description of the dropdown.Syntax
Property Value
Type:string?
Dropdown
Gets or sets the name of the dropdown.Syntax
Property Value
Type:string
Remarks
This is a required field that appears as the dropdown label in navigation.Global
Gets or sets the global navigation configuration.Syntax
Property Value
Type:Mintlify.Core.Models.GlobalNavigationConfig?
Groups
Gets or sets the groups for the dropdown.Syntax
Property Value
Type:System.Collections.Generic.List<Mintlify.Core.Models.GroupConfig>?
Hidden
Gets or sets whether the current option is default hidden.Syntax
Property Value
Type:System.Nullable<bool>?
Href
Gets or sets the URL or path for the dropdown.Syntax
Property Value
Type:string?
Icon
Gets or sets the icon to be displayed in the section.Syntax
Property Value
Type:object?
Languages
Gets or sets the languages for the dropdown.Syntax
Property Value
Type:System.Collections.Generic.List<Mintlify.Core.Models.LanguageConfig>?
OpenApi
Gets or sets the OpenAPI configuration.Syntax
Property Value
Type:object?
Pages
Gets or sets the pages for the dropdown.Syntax
Property Value
Type:System.Collections.Generic.List<object>?
Tabs
Gets or sets the tabs for the dropdown.Syntax
Property Value
Type:System.Collections.Generic.List<Mintlify.Core.Models.TabConfig>?
Versions
Gets or sets the versions for the dropdown.Syntax
Property Value
Type:System.Collections.Generic.List<Mintlify.Core.Models.VersionConfig>?