CORE_ADMIN_FIELDS
constCORE_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.
Type Declaration
Section titled “Type Declaration”createdAt
Section titled “createdAt”
readonlycreatedAt:object
The document’s creation timestamp, stored as _creationTime in Convex.
createdAt.slug
Section titled “createdAt.slug”
readonlyslug:"_creationTime"="_creationTime"
readonlyid:object
The document’s unique identifier, stored as _id in Convex.
id.slug
Section titled “id.slug”
readonlyslug:"_id"="_id"