UseWidgetCacheOptions

Definition

export interface UseWidgetCacheOptions {
    enableUIs?: boolean  // Default true, can disable UIs in prod
}

Usage

import { UseWidgetCacheOptions } from 'uxp/components';

Last updated