TabConfig

Represents a tab configuration in Mintlify navigation.

Syntax

public class TabConfig

Inheritance

Properties

Anchors

[JsonPropertyName("anchors")]
public List<AnchorConfig> Anchors { get; set; }
Gets or sets the anchors for the tab.

Returns

List<AnchorConfig>

AsyncApi

[JsonPropertyName("asyncapi")]
public object AsyncApi { get; set; }
Gets or sets the AsyncAPI configuration.

Returns

object
[JsonPropertyName("dropdowns")]
public List<DropdownConfig> Dropdowns { get; set; }
Gets or sets the dropdowns for the tab.

Returns

List<DropdownConfig>

Global

[JsonPropertyName("global")]
public GlobalNavigationConfig Global { get; set; }
Gets or sets the global navigation configuration.

Returns

GlobalNavigationConfig

Groups

[JsonPropertyName("groups")]
public List<GroupConfig> Groups { get; set; }
Gets or sets the groups for the tab.

Returns

List<GroupConfig>

Hidden

[JsonPropertyName("hidden")]
public bool? Hidden { get; set; }
Gets or sets whether the current option is default hidden.

Returns

bool?

Href

[JsonPropertyName("href")]
public string Href { get; set; }
Gets or sets the URL or path for the tab.

Returns

string

Icon

[JsonPropertyName("icon")]
public object Icon { get; set; }
Gets or sets the icon to be displayed in the section.

Returns

object

Languages

[JsonPropertyName("languages")]
public List<LanguageConfig> Languages { get; set; }
Gets or sets the languages for the tab.

Returns

List<LanguageConfig>

OpenApi

[JsonPropertyName("openapi")]
public object OpenApi { get; set; }
Gets or sets the OpenAPI configuration.

Returns

object

Pages

[JsonPropertyName("pages")]
public List<object> Pages { get; set; }
Gets or sets the pages for the tab.

Returns

List<object>

Tab

[JsonPropertyName("tab")]
public string Tab { get; set; }
Gets or sets the name of the tab.

Returns

string

Versions

[JsonPropertyName("versions")]
public List<VersionConfig> Versions { get; set; }
Gets or sets the versions for the tab.

Returns

List<VersionConfig>