PhoenixGenApiTui.Views.FunctionDetail (phoenix_gen_api_tui v0.1.0)

Copy Markdown View Source

Overlay view showing full details for a selected function config.

Summary

Functions

Renders a centered overlay with full function config details.

Functions

render(fun, area)

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.