• Merge the ambient (or explicit) context IRI into modal props before calling show. modalId is accepted for call-site readability; show is expected to be already bound (e.g. from useGraviolaModal).

    Parameters

    • show: ShowModalFn
    • modalId: string
    • props: Record<string, unknown>
    • contextIRI: string
    • Optionaloptions: ShowModalOptions

    Returns Promise<unknown>