actions property
Action handlers for the intents dispatched by shortcuts. null
means the view builds defaultTerminalActions internally (with a
no-op paste/search/zoom and a self-contained copy that writes the
engine selection to the system clipboard). Hosts typically supply
their own actions to wire host-side semantics (search-bar visibility,
custom paste filtering, etc.).
Implementation
final Map<Type, Action<Intent>>? actions;