[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [SetKeyframeKeyResponse](./puppeteer.protocol.css.setkeyframekeyresponse.md) ## Protocol.CSS.SetKeyframeKeyResponse interface Signature: ```typescript export interface SetKeyframeKeyResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [keyText](./puppeteer.protocol.css.setkeyframekeyresponse.keytext.md) | [Value](./puppeteer.protocol.css.value.md) | The resulting key text after modification. |