Member Junction
    Preparing search index...

    Type Alias PostRunViewHook

    PostRunViewHook: (
        params: RunViewParams,
        results: RunViewResult,
        contextUser: UserInfo | undefined,
    ) => RunViewResult | Promise<RunViewResult>

    Hook that runs after a RunView operation completes. Can modify the result (e.g., filtering or augmenting data) before it is returned to the caller.

    Type Declaration