Interface CreateAnalyticsAdapterRegistryOptionsExperimental

interface CreateAnalyticsAdapterRegistryOptions {
    adapters?: readonly AnalyticsPresentationAdapter[];
    fallback?: AnalyticsPresentationAdapter;
}

Properties

Properties

adapters?: readonly AnalyticsPresentationAdapter[]

Adapters registered in preference order.

Replace the accessible-table fallback. Must support every kind — the registry verifies this at construction time.