文件系统
设施
示例
参考
-
- 概览
-
- 概览
- std/build
- std/build/billing
- std/build/billing/rate-card
- std/build/collection
- std/build/collection/record-label
- std/build/collection/system-fields
- std/build/date
- std/build/error
- std/build/finance
- std/build/finance/currency
- std/build/i18n
- std/build/i18n/catalog
- std/build/i18n/locale
- std/build/json
- std/build/rate-limit
- std/build/reckon
- std/build/reckon/cel.server
- std/build/reckon/definition
- std/build/reckon/deps
- std/build/reckon/hash
- std/build/reckon/ops
- std/build/reckon/register.server
- std/build/reckon/replay
- std/build/reckon/runtime.server
- std/build/secret
- std/build/string
- std/build/tree
std/build/collection/system-fields
std/build/collection/system-fields
Variables
isSystemCollectionField
const isSystemCollectionField: (name) => boolean;Defined in: apps/website/.api-docs-entry/std/build/collection/system-fields.d.ts:4
Whether a field is compiler-owned rather than authored by a workspace model.
Parameters
| Parameter | Type |
|---|---|
name |
string |
Returns
boolean
SYSTEM_COLLECTION_FIELD_NAMES
const SYSTEM_COLLECTION_FIELD_NAMES: ReadonlyArray<string>;Defined in: apps/website/.api-docs-entry/std/build/collection/system-fields.d.ts:2
Framework-owned fields added to every collection by the shared model compiler.