WP Kernel API / core/src / UIIntegrationOptions
Interface: UIIntegrationOptions
Indexable
ts
[key: string]: unknown
Properties
suspense?
ts
optional suspense: boolean;
notices?
ts
optional notices: boolean;
devtools?
ts
optional devtools: boolean;
dataviews?
ts
optional dataviews: object;
Index Signature
ts
[key: string]: unknown
enable?
ts
optional enable: boolean;
autoRegisterResources?
ts
optional autoRegisterResources: boolean;
preferences?
ts
optional preferences: unknown;