Class TreeMenuNodeRegistration
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.dll
Registration record produced by a BOBTreeMenuItem when it registers with its tree menu.
public sealed class TreeMenuNodeRegistration : TreeNodeRegistration
- Inheritance
-
objectTreeMenuNodeRegistration
- Inherited Members
Constructors
TreeMenuNodeRegistration()
public TreeMenuNodeRegistration()
Properties
Href
Optional navigation target rendered as an anchor href.
public string? Href { get; init; }
Property Value
- string
Match
Active-route match strategy applied when Href is set.
public NavLinkMatch Match { get; init; }
Property Value
- NavLinkMatch
OnClick
Callback fired when the menu node is clicked.
public EventCallback OnClick { get; init; }
Property Value
- EventCallback
Target
Optional anchor target attribute.
public string? Target { get; init; }
Property Value
- string