frontend_actions_api.ts view source
<T extends ActionEventEnvironment>(environment: T): ActionsApi Creates the actions API methods for the frontend. Uses a Proxy to provide dynamic method lookup with full type safety.
environment
type
Treturns
ActionsApi