Skip to main content
Modular Documentation
Guides
Reference
Reference
/
@modular/sdk/view
HostActionResult
type
Alias of ModularActionResult.
type HostActionResult<K extends HostActionReference> = ModularActionResult<K>
Import
import { HostActionResult } from '@modular/sdk/view';
Notes
category
Context