21 lines
877 B
Markdown
21 lines
877 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [SetKeyframeKeyRequest](./puppeteer.protocol.css.setkeyframekeyrequest.md)
|
|
|
|
## Protocol.CSS.SetKeyframeKeyRequest interface
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface SetKeyframeKeyRequest
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [keyText](./puppeteer.protocol.css.setkeyframekeyrequest.keytext.md) | string | |
|
|
| [range](./puppeteer.protocol.css.setkeyframekeyrequest.range.md) | [SourceRange](./puppeteer.protocol.css.sourcerange.md) | |
|
|
| [styleSheetId](./puppeteer.protocol.css.setkeyframekeyrequest.stylesheetid.md) | [StyleSheetId](./puppeteer.protocol.css.stylesheetid.md) | |
|
|
|