Inheritance
HeadlessMenuItem
Assembly: Neon.Tailwind.dll
public class HeadlessMenuItem : ComponentBase
Properties
Declaration
[Parameter(CaptureUnmatchedValues = true)]
public IReadOnlyDictionary<string, object> AdditionalAttributes { get; set; }
Property Value
Declaration
[CascadingParameter]
public HeadlessMenuItems CascadedItems { get; set; }
Property Value
Declaration
[CascadingParameter]
public HeadlessMenu CascadedMenu { get; set; }
Property Value
Declaration
[Parameter]
public RenderFragment<HeadlessMenuItem> ChildContent { get; set; }
Property Value
Declaration
[Parameter]
public string Id { get; set; }
Property Value
Declaration
public bool IsActive { get; }
Property Value
Declaration
[Parameter]
public bool IsEnabled { get; set; }
Property Value
Declaration
[Parameter]
public bool IsVisible { get; set; }
Property Value
Declaration
[Parameter]
public EventCallback OnClick { get; set; }
Property Value
Declaration
[Parameter]
public string SearchValue { get; set; }
Property Value
Declaration
[Parameter]
public string TagName { get; set; }
Property Value
Methods
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
Method invoked when the component is ready to start, having received its
initial parameters from its parent in the render tree.
Declaration
protected override void OnInitialized()
Overrides
Sets parameters supplied by the component's parent in the render tree.
Declaration
public override Task SetParametersAsync(ParameterView parameters)
Parameters
Returns
Type |
Description |
Task |
A Task that completes when the component has finished updating and rendering itself.
|
Overrides