@wpkernel/core / WPKernelUIRuntime
Interface: WPKernelUIRuntime
Properties
events
ts
events: WPKernelEventBus;namespace
ts
namespace: string;reporter
ts
reporter: Reporter;capabilities?
ts
optional capabilities: WPKUICapabilityRuntime;dataviews?
ts
optional dataviews: WPKernelDataViewsRuntime;invalidate()?
ts
optional invalidate: (patterns, options?) => void;Parameters
patterns
CacheKeyPattern | CacheKeyPattern[]
options?
Returns
void
options?
ts
optional options: UIIntegrationOptions;registry?
ts
optional registry: WPKernelRegistry;wpk?
ts
optional wpk: WPKInstance;