package
0.20.0
Repository: https://github.com/mum4k/termdash.git
Documentation: pkg.go.dev

# Constants

KeyScopeFocused is used when the widget wants to only receive keyboard events when its container is focused.
KeyScopeGlobal is used when the widget wants to receive all keyboard events regardless of which container is focused.
KeyScopeNone is used when the widget doesn't want to receive any keyboard events.
MouseScopeContainer is used when the widget only wants mouse events that fall onto its container.
MouseScopeGlobal is used when the widget wants to receive all mouse events regardless on where on the terminal they land.
MouseScopeNone is used when the widget doesn't want to receive any mouse events.
MouseScopeWidget is used when the widget only wants mouse events that fall onto its canvas.

# Structs

EventMeta provides additional metadata about events to widgets.
Meta provide additional metadata to widgets.
Options contains registration options for a widget.

# Interfaces

Widget is a single widget on the dashboard.

# Type aliases

KeyScope indicates the scope at which the widget wants to receive keyboard events.
MouseScope indicates the scope at which the widget wants to receive mouse events.