setShowGridOverlays

suspend fun setShowGridOverlays(args: Overlay.SetShowGridOverlaysParameter, mode: CommandMode = CommandMode.DEFAULT)

Highlight multiple elements with the CSS Grid overlay.


suspend fun setShowGridOverlays(gridNodeHighlightConfigs: List<Overlay.GridNodeHighlightConfig>)

Highlight multiple elements with the CSS Grid overlay.

Parameters

gridNodeHighlightConfigs

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