Skip to content

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.