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