Skills Development Webiny API Build Parameters Abstractions

Webiny API Build Parameters Abstractions

v20260424
webiny-api-build-params-catalog
This catalog provides critical abstractions for managing build-time configuration parameters within the Webiny API context. It offers `BuildParam` for accessing single configuration values and `BuildParams` for handling multiple parameters, ensuring that all API interactions utilize a structured, type-safe approach for development.
Get Skill
438 downloads
Overview

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.


Info
Category Development
Name webiny-api-build-params-catalog
Version v20260424
Size 879B
Updated At 2026-04-28
Language