Overlay view showing full details for a selected function config.
Summary
Functions
Renders a centered overlay with full function config details.
Functions
@spec render( struct(), ExRatatui.Layout.Rect.t() ) :: [{struct(), ExRatatui.Layout.Rect.t()}]
Renders a centered overlay with full function config details.
Shows all FunConfig fields: MFA, arg_types, timeout, permission, retry, hooks, nodes, etc. The overlay is rendered on top of the existing layout and dismissed with Esc.
Returns a [{%Clear{}, rect}, {%Paragraph{}, rect}] pair — the clear widget
resets the area before the detail overlay is drawn.