IReplPage
Represents a typed page using an untyped view for the output pipeline.
- Kind:
Interface - Namespace: Repl
- Assembly:
Repl.Core - Source: src/Repl.Core/ResultFlow/IReplPage.cs
Signature
Section titled “Signature”public interface IReplPageDerived Classes
Section titled “Derived Classes”Properties
Section titled “Properties”ItemType
Section titled “ItemType”Gets the runtime item type declared by the page.
Type ItemType { get; }Returns
Section titled “Returns”PageInfo
Section titled “PageInfo”Gets page metadata.
ReplPageInfo PageInfo { get; }Returns
Section titled “Returns”UntypedItems
Section titled “UntypedItems”Gets the current page items as an untyped list.
IReadOnlyList<object?> UntypedItems { get; }Returns
Section titled “Returns”IReadOnlyList<object>