mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
639 B
639 B
Home > puppeteer > Protocol > CSS > GetBackgroundColorsResponse > computedFontSize
Protocol.CSS.GetBackgroundColorsResponse.computedFontSize property
The computed font size for this node, as a CSS computed value string (e.g. '12px').
Signature:
computedFontSize?: string;