Table of Contents

Property Target

Namespace
Terminal.Gui.Input
Assembly
Terminal.Gui.dll

Target

The view the key binding is bound to.

public View? Target { readonly get; set; }

Property Value

View

Remarks

This is used for application-level hotkeys where the binding is added at the application level but the target view is where the command should be invoked.

This is distinct from Source which indicates where the binding was created.