@wpkernel/ui / createDataViewsRuntime
Function: createDataViewsRuntime()
ts
function createDataViewsRuntime(options): DataViewsStandaloneRuntime;Creates a standalone DataViews runtime instance.
This function initializes and configures a DataViewsStandaloneRuntime, providing the necessary infrastructure for DataViews integration, including preferences management, event emission, and reporting.
Parameters
options
Configuration options for the DataViews runtime.
Returns
A DataViewsStandaloneRuntime instance.
