Ga naar hoofdinhoud

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