技能 编程开发 API构建参数抽象层

API构建参数抽象层

v20260825
webiny-api-build-params-catalog
本模块提供构建时配置参数的核心抽象层,包括单个参数(BuildParam)和参数集合(BuildParams)。它帮助开发者在Web API中实现类型安全、结构化的配置管理,确保构建流程的稳定性和可维护性。
获取技能
75 次下载
概览

api/build-params

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: BuildParam Import: import { BuildParam } from "webiny/api/build-params" Source: @webiny/api-core/features/buildParams/index.ts Description: A single build-time configuration parameter.


Name: BuildParams Import: import { BuildParams } from "webiny/api/build-params" Source: @webiny/api-core/features/buildParams/index.ts Description: Access build-time configuration parameters.


信息
Category 编程开发
Name webiny-api-build-params-catalog
版本 v20260825
大小 859B
更新时间 2026-09-06
语言