| name | webiny-api-build-params-catalog |
| description | api/build-params — 2 abstractions.
|
api/build-params
How to Use
- Find the abstraction you need below
- You MUST read the source file to get the exact interface and types!
- Import:
import { Name } from "<importPath>";
- 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.