Name |
Type |
Default value |
Description |
---|
Key |
BitNameSelectorPair<TItem, string?> |
new(nameof(BitBreadcrumbItem.Key)) |
The Id field name and selector of the custom input class. |
Text |
BitNameSelectorPair<TItem, string?> |
new(nameof(BitBreadcrumbItem.Text)) |
The Text field name and selector of the custom input class. |
Href |
BitNameSelectorPair<TItem, string?> |
new(nameof(BitBreadcrumbItem.Href)) |
The Href field name and selector of the custom input class. |
Class |
BitNameSelectorPair<TItem, string?> |
new(nameof(BitBreadcrumbItem.Class)) |
The CSS Class field name and selector of the custom input class. |
Style |
BitNameSelectorPair<TItem, string?> |
new(nameof(BitBreadcrumbItem.Style)) |
The CSS Style field name and selector of the custom input class. |
IconName |
BitNameSelectorPair<TItem, string?> |
new(nameof(BitBreadcrumbItem.IconName)) |
The IconName field name and selector of the custom input class. |
ReversedIcon |
BitNameSelectorPair<TItem, bool?> |
new(nameof(BitBreadcrumbItem.ReversedIcon)) |
The ReversedIcon field name and selector of the custom input class. |
IsSelected |
BitNameSelectorPair<TItem, bool> |
new(nameof(BitBreadcrumbItem.IsSelected)) |
The IsSelected field name and selector of the custom input class. |
IsEnabled |
BitNameSelectorPair<TItem, bool> |
new(nameof(BitBreadcrumbItem.IsEnabled)) |
The IsEnabled field name and selector of the custom input class. |
OnClick |
Action<TItem>? |
|
Click event handler of the item. |
OverflowTemplate |
BitNameSelectorPair<TItem, RenderFragment<TItem>?> |
new(nameof(BitBreadcrumbItem.OverflowTemplate)) |
The OverflowTemplate field name and selector of the custom input class. |
Template |
BitNameSelectorPair<TItem, RenderFragment<TItem>?> |
new(nameof(BitBreadcrumbItem.Template)) |
The Template field name and selector of the custom input class. |