2020-07-13 13:01:35 +00:00
|
|
|
<!-- 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) > [GetHighlightObjectForTestRequest](./puppeteer.protocol.overlay.gethighlightobjectfortestrequest.md) > [colorFormat](./puppeteer.protocol.overlay.gethighlightobjectfortestrequest.colorformat.md)
|
|
|
|
|
|
|
|
## Protocol.Overlay.GetHighlightObjectForTestRequest.colorFormat property
|
|
|
|
|
2020-07-20 15:17:06 +00:00
|
|
|
The color format to get config with (default: hex).
|
2020-07-13 13:01:35 +00:00
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
colorFormat?: ColorFormat;
|
|
|
|
```
|