@wpkernel/ui / DataViewsRuntimeContext
Interface: DataViewsRuntimeContext
Runtime shape exposed to UI consumers (kernel or standalone).
Extended by
Properties
dataviews
ts
readonly dataviews: DataViewsControllerRuntime;namespace
ts
readonly namespace: string;reporter
ts
readonly reporter: Reporter;capabilities?
ts
readonly optional capabilities: WPKUICapabilityRuntime;invalidate()?
ts
readonly optional invalidate: (patterns, options?) => void;Parameters
patterns
CacheKeyPattern | CacheKeyPattern[]
options?
InvalidateOptions
Returns
void
registry?
ts
readonly optional registry: unknown;wpk?
ts
readonly optional wpk: unknown;