Scrollable<TItem>.ScrollContext<T>
ClassFor examples and usage details, see the component documentation.
View Scrollable<TItem>.ScrollContext<T> ComponentNamespace:
RazorConsole.ComponentsAssembly:
RazorConsole.CoreDefinition
public sealed record Scrollable<TItem>.ScrollContext<T> : IEquatable<Scrollable<TItem>.ScrollContext<T>>Constructors
1| Name | Type | Description |
|---|---|---|
ScrollContext(IReadOnlyList<T>, Func<KeyboardEventArgs, Task>, int, int)() | Constructor | — |
Properties
6Methods
6| Name | Type | Description |
|---|---|---|
Deconstruct(out IReadOnlyList<T>, out Func<KeyboardEventArgs, Task>, out int, out int)() | Method | — |
Equals(ScrollContext<T>?)() | Boolean | — |
Equals(object?)() | Boolean | — |
GetEnumerator() | IEnumerator<T> | Returns an enumerator that iterates through the visible items. |
GetHashCode() | Int32 | — |
ToString() | String | — |