WHAT YOU'LL LEARN
  • What use cases are available in webiny/api/system?
  • How to import and use each exported item?

Overview
anchor

This page documents everything exported from webiny/api/system. Import any of the items below directly from this path in your Webiny extensions.

Use Cases
anchor

InstallSystemUseCase
anchor

Use Case Abstraction — imported from webiny/api/system

Interface InstallSystemUseCase.Interface:

Types:

Usage:

extensions/MyImpl.ts

Event Handlers
anchor

SystemInstalledHandler
anchor

Event Handler Abstraction — imported from webiny/api/system

Interface SystemInstalledHandler.Interface:

Types:

Usage:

extensions/MyHandler.ts