Skip to main content

HostActionNext

type

Hands control to the rest of the interceptor chain and then to the action owner. Pass the input through unchanged to observe, or pass a rewritten input to change what actually runs.

type HostActionNext<K extends HostActionId> = (input: CanonicalHostActionInput<K>) => Promise<CanonicalHostActionResult<K>>

Import

import { HostActionNext } from '@modular/sdk/view';

Notes

category
Context