Reference > API > System
System
System installation abstractions
WHAT YOU'LL LEARN
- What use cases are available in
webiny/api/system? - How to import and use each exported item?
Overview
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
InstallSystemUseCase
Use Case Abstraction — imported from webiny/api/system
Interface InstallSystemUseCase.Interface:
Types:
Usage:
extensions/MyImpl.ts
Event Handlers
SystemInstalledHandler
Event Handler Abstraction — imported from webiny/api/system
Interface SystemInstalledHandler.Interface:
Types:
Usage:
extensions/MyHandler.ts