SENTINEL_CONTEXTS
A frozen array of the six canonical sentinel-context names. It excludes
deprecated, which is a transitional overlay in the schema union rather than a
real resolution context.
Shape
import { SENTINEL_CONTEXTS } from '@conduction/nextcloud-vue'
// string[] (frozen)
SENTINEL_CONTEXTS // → ['filter', 'config', 'object', 'workspace', 'route', 'declarative']
The array is Object.freezed — treat it as read-only.
See also
contextOf— returns one of these names (ornull) for a token.SENTINEL_TOKEN_PATTERNS— the per-context match patterns.SENTINEL_VOCABULARY— the human-readable catalog keyed by these contexts.