Table of Contents

Struct BOBAccordionItemToggle

Namespace
BlazOrbit.Components
Assembly
BlazOrbit.dll

Payload of OnExpandedChanged describing a single item toggle.

public readonly struct BOBAccordionItemToggle

Constructors

BOBAccordionItemToggle(string, bool)

Payload of OnExpandedChanged describing a single item toggle.

public BOBAccordionItemToggle(string ItemId, bool IsExpanded)

Parameters

ItemId string

Identifier of the item whose state changed.

IsExpanded bool

New expanded state. true when the item just opened.

Properties

IsExpanded

New expanded state. true when the item just opened.

public bool IsExpanded { get; init; }

Property Value

bool

ItemId

Identifier of the item whose state changed.

public string ItemId { get; init; }

Property Value

string