23 lines
1.0 KiB
Markdown
23 lines
1.0 KiB
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Overlay](./puppeteer.protocol.overlay.md) > [HingeConfig](./puppeteer.protocol.overlay.hingeconfig.md)
|
||
|
|
||
|
## Protocol.Overlay.HingeConfig interface
|
||
|
|
||
|
Configuration for dual screen hinge
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface HingeConfig
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [contentColor](./puppeteer.protocol.overlay.hingeconfig.contentcolor.md) | [DOM.RGBA](./puppeteer.protocol.dom.rgba.md) | The content box highlight fill color (default: a dark color). |
|
||
|
| [outlineColor](./puppeteer.protocol.overlay.hingeconfig.outlinecolor.md) | [DOM.RGBA](./puppeteer.protocol.dom.rgba.md) | The content box highlight outline color (default: transparent). |
|
||
|
| [rect](./puppeteer.protocol.overlay.hingeconfig.rect.md) | [DOM.Rect](./puppeteer.protocol.dom.rect.md) | A rectangle represent hinge |
|
||
|
|