14 lines
149 B
Markdown
14 lines
149 B
Markdown
|
---
|
||
|
sidebar_label: MediaFeature.name
|
||
|
---
|
||
|
|
||
|
# MediaFeature.name property
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
interface MediaFeature {
|
||
|
name: string;
|
||
|
}
|
||
|
```
|