Module cmd

Module cmd 

Source
Expand description

Commands that control focus and Command extensions.

Statics§

FOCUS_ALT_CMD
Represents the focus/escape alt action.
FOCUS_CMD
Represents a FocusRequest action.
FOCUS_DOWN_CMD
Represents the focus down action.
FOCUS_ENTER_CMD
Represents the focus enter action.
FOCUS_EXIT_CMD
Represents the focus exit action.
FOCUS_LEFT_CMD
Represents the focus left action.
FOCUS_NEXT_CMD
Represents the focus next action.
FOCUS_PREV_CMD
Represents the focus previous action.
FOCUS_RIGHT_CMD
Represents the focus right action.
FOCUS_UP_CMD
Represents the focus up action.

Traits§

CommandFocusExt
Focus extension methods for commands.