[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 Signature: ```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) | |