Member Junction
    Preparing search index...

    Type Alias PreRunViewHook

    PreRunViewHook: (
        params: RunViewParams,
        contextUser: UserInfo | undefined,
    ) => RunViewParams | Promise<RunViewParams>

    Hook that runs before a RunView operation. Can modify the RunViewParams (e.g., injecting tenant filters) before execution. Return the (possibly modified) params to continue, or throw to abort.

    Type Declaration