chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.overlay / SetShowFlexOverlaysRequest

SetShowFlexOverlaysRequest

data class SetShowFlexOverlaysRequest

Request object containing input parameters for the OverlayDomain.setShowFlexOverlays command.

Constructors

<init>

Request object containing input parameters for the OverlayDomain.setShowFlexOverlays command.

SetShowFlexOverlaysRequest(flexNodeHighlightConfigs: List<FlexNodeHighlightConfig>)

Properties

flexNodeHighlightConfigs

An array of node identifiers and descriptors for the highlight appearance.

val flexNodeHighlightConfigs: List<FlexNodeHighlightConfig>