14 lines
174 B
Markdown
14 lines
174 B
Markdown
---
|
|
sidebar_label: SerializedAXNode.haspopup
|
|
---
|
|
|
|
# SerializedAXNode.haspopup property
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
interface SerializedAXNode {
|
|
haspopup?: string;
|
|
}
|
|
```
|