技能 编程开发 系统安装与生命周期管理API

系统安装与生命周期管理API

v20260424
webiny-api-system-catalog
本API提供了一套核心抽象,用于管理系统的初始化和生命周期事件。它包含用于执行系统级安装流程的Use Case,以及在系统成功安装后触发的事件处理器。这对于开发需要结构化引导和模块化管理的健壮、大型应用至关重要。
获取技能
285 次下载
概览

API — System

System installation event handlers and use cases.

How to Use

  1. Find the abstraction you need below
  2. You MUST read the source file to get the exact interface and types!
  3. Import: import { Name } from "<importPath>";
  4. See webiny-use-case-pattern or webiny-event-handler-pattern skills for implementation patterns

Abstractions


Name: InstallSystemUseCase Import: import { InstallSystemUseCase } from "webiny/api/system" Source: @webiny/api-core/features/system/InstallSystem/index.ts Description: Run system-wide installation.


Name: SystemInstalledEventHandler Import: import { SystemInstalledEventHandler } from "webiny/api/system" Source: @webiny/api-core/features/system/InstallSystem/index.ts Description: Hook into system lifecycle after the system is installed.


信息
Category 编程开发
Name webiny-api-system-catalog
版本 v20260424
大小 1KB
更新时间 2026-04-28
语言