InputActionButton(
self,
label: str,
action: InputAction,
**kwargs: Any = {}Static| Name | Type |
|---|---|
| label | str |
| action | InputAction |
Small clickable button shown at the right edge of the chat input row.
Provides discoverable mouse alternatives to keyboard shortcuts for
clearing ([ X ]) and copying ([ COPY ]) the current draft.
Disable terminal text selection for the action label.
Relay the click as a typed Clicked message.
Message sent when an input action button is clicked.