Name |
Type |
Default value |
Description |
---|
AriaCurrent |
BitNameSelectorPair<TItem, BitNavAriaCurrent?> |
new(nameof(BitNavItem.AriaCurrent)) |
The AriaCurrent field name and selector of the custom input class. |
AriaLabel |
BitNameSelectorPair<TItem, string?> |
new(nameof(BitNavItem.AriaLabel)) |
The AriaLabel field name and selector of the custom input class. |
Class |
BitNameSelectorPair<TItem, string?> |
new(nameof(BitNavItem.Class)) |
The Class field name and selector of the custom input class. |
ChildItems |
BitNameSelectorPair<TItem, List<TItem>?> |
new(nameof(BitNavItem.ChildItems)) |
The ChildItems field name and selector of the custom input class. |
CollapseAriaLabel |
BitNameSelectorPair<TItem, string?> |
new(nameof(BitNavItem.CollapseAriaLabel)) |
The CollapseAriaLabel field name and selector of the custom input class. |
Data |
BitNameSelectorPair<TItem, object?> |
new(nameof(BitNavItem.Data)) |
The Data field name and selector of the custom input class. |
Description |
BitNameSelectorPair<TItem, string?> |
new(nameof(BitNavItem.Description)) |
The Description field name and selector of the custom input class. |
ExpandAriaLabel |
BitNameSelectorPair<TItem, string?> |
new(nameof(BitNavItem.ExpandAriaLabel)) |
The ExpandAriaLabel field name and selector of the custom input class. |
ForceAnchor |
BitNameSelectorPair<TItem, bool?> |
new(nameof(BitNavItem.ForceAnchor)) |
The ForceAnchor field name and selector of the custom input class. |
IconName |
BitNameSelectorPair<TItem, string?> |
new(nameof(BitNavItem.IconName)) |
The IconName field name and selector of the custom input class. |
IsEnabled |
BitNameSelectorPair<TItem, bool?> |
new(nameof(BitNavItem.IsEnabled)) |
The IsEnabled field name and selector of the custom input class. |
IsExpanded |
BitNameSelectorPair<TItem, bool?> |
new(nameof(BitNavItem.IsExpanded)) |
The IsExpanded field name and selector of the custom input class. |
IsSeparator |
BitNameSelectorPair<TItem, bool?> |
new(nameof(BitNavItem.IsSeparator)) |
The IsSeparator field name and selector of the custom input class. |
Key |
BitNameSelectorPair<TItem, string?> |
new(nameof(BitNavItem.Key)) |
The Key field name and selector of the custom input class. |
Style |
BitNameSelectorPair<TItem, string?> |
new(nameof(BitNavItem.Style)) |
The Style field name and selector of the custom input class. |
Target |
BitNameSelectorPair<TItem, string?> |
new(nameof(BitNavItem.Target)) |
The Target field name and selector of the custom input class. |
TemplateRenderMode |
BitNameSelectorPair<TItem, BitNavItemTemplateRenderMode?> |
new(nameof(BitNavItem.TemplateRenderMode)) |
The TemplateRenderMode field name and selector of the custom input class. |
Text |
BitNameSelectorPair<TItem, string?> |
new(nameof(BitNavItem.Text)) |
The Text field name and selector of the custom input class. |
Title |
BitNameSelectorPair<TItem, string?> |
new(nameof(BitNavItem.Title)) |
The Title field name and selector of the custom input class. |
Url |
BitNameSelectorPair<TItem, string?> |
new(nameof(BitNavItem.Url)) |
The Url field name and selector of the custom input class. |
AdditionalUrls |
BitNameSelectorPair<TItem, IEnumerable<string>?> |
new(nameof(BitNavItem.AdditionalUrls)) |
The AdditionalUrls field name and selector of the custom input class. |