Table of Contents

Interface ICliDialog

Namespace
ItTiger.TigerCli.Tui.Abstractions
Assembly
ItTiger.TigerCli.dll
Renderable modal dialog contract for controls that can be hosted by an ICliAppShell.
public interface ICliDialog : IControl, ICliRenderable
Inherited Members

Properties

Payload

Optional value produced by the dialog when it completes.
object? Payload { get; }

Property Value

object

Result

The current dialog result, or NoResult while still active.
DialogResultKind Result { get; }

Property Value

DialogResultKind