Skip to content

Home > @liquidrazor/list-display > CustomModalConfig > render

CustomModalConfig.render property

Render function that returns any React node to display. The provided context contains helpers to close or submit the modal.

Signature:

typescript
render: (ctx: CustomModalRenderContext<TRow, TRowId>) => ReactNode;