[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [CSSStyleSheetHeader](./puppeteer.protocol.css.cssstylesheetheader.md) > [disabled](./puppeteer.protocol.css.cssstylesheetheader.disabled.md) ## Protocol.CSS.CSSStyleSheetHeader.disabled property Denotes whether the stylesheet is disabled. Signature: ```typescript disabled: boolean; ```