Class TerminalAppHandle
- Namespace
- RatatuiUnity
Registry entry describing one registered terminal app and its live instance.
public sealed class TerminalAppHandle
- Inheritance
-
TerminalAppHandle
- Inherited Members
Properties
DisplayName
public string DisplayName { get; }
Property Value
Id
public string Id { get; }
Property Value
Instance
public RatatuiTerminalApp Instance { get; }
Property Value
IsOpen
True when the app instance exists and is currently open.
public bool IsOpen { get; }
Property Value
Order
public int Order { get; }