Skip to content

CORE_ADMIN_FIELDS

const CORE_ADMIN_FIELDS: object

Defined in: packages/core/src/collections/constants.ts:8

Built-in Convex system fields that are present on every document.

Maps logical names to their Convex database field slugs. These slugs are always valid values for useAsTitle in a collection’s admin config, regardless of the collection’s own field definitions.

readonly createdAt: object

The document’s creation timestamp, stored as _creationTime in Convex.

readonly slug: "_creationTime" = "_creationTime"

readonly id: object

The document’s unique identifier, stored as _id in Convex.

readonly slug: "_id" = "_id"