16 lines
210 B
Markdown
16 lines
210 B
Markdown
|
---
|
||
|
sidebar_label: Configuration.experiments
|
||
|
---
|
||
|
|
||
|
# Configuration.experiments property
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
interface Configuration {
|
||
|
experiments?: {
|
||
|
macArmChromiumEnabled?: boolean;
|
||
|
};
|
||
|
}
|
||
|
```
|