Set Show Grid Overlays Request
data class SetShowGridOverlaysRequest(gridNodeHighlightConfigs: List<GridNodeHighlightConfig>)
Content copied to clipboard
Represents request frame that can be used with Overlay#setShowGridOverlays operation call.
Highlight multiple elements with the CSS Grid overlay.
See also
Constructors
SetShowGridOverlaysRequest
Link copied to clipboard
fun SetShowGridOverlaysRequest(gridNodeHighlightConfigs: List<GridNodeHighlightConfig>)
Content copied to clipboard
Properties
gridNodeHighlightConfigs
Link copied to clipboard
Sources
jvm source
Link copied to clipboard