chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.css / SetLocalFontsEnabledRequest

SetLocalFontsEnabledRequest

data class SetLocalFontsEnabledRequest

Request object containing input parameters for the CSSDomain.setLocalFontsEnabled command.

Constructors

<init>

Request object containing input parameters for the CSSDomain.setLocalFontsEnabled command.

SetLocalFontsEnabledRequest(enabled: Boolean)

Properties

enabled

Whether rendering of local fonts is enabled.

val enabled: Boolean