WP Kernel API / @wpkernel/ui / DataViewsStandaloneRuntime
Interface: DataViewsStandaloneRuntime
Runtime shape exposed to UI consumers (kernel or standalone).
Extends
Properties
namespace
ts
readonly namespace: string;
Inherited from
DataViewsRuntimeContext
.namespace
invalidate()?
ts
readonly optional invalidate: (patterns, options?) => void;
Parameters
patterns
CacheKeyPattern
| CacheKeyPattern
[]
options?
Returns
void
Inherited from
DataViewsRuntimeContext
.invalidate
registry?
ts
readonly optional registry: unknown;
Inherited from
DataViewsRuntimeContext
.registry
reporter
ts
readonly reporter: Reporter;
Inherited from
DataViewsRuntimeContext
.reporter
kernel?
ts
readonly optional kernel: unknown;
Inherited from
DataViewsRuntimeContext
.kernel
dataviews
ts
readonly dataviews: KernelDataViewsRuntime;
Overrides
DataViewsRuntimeContext
.dataviews
policies?
ts
readonly optional policies: KernelUIPolicyRuntime;