getLocationForSelector

Given a CSS selector text and a style sheet ID, getLocationForSelector returns an array of locations of the CSS selector in the style sheet.


suspend fun getLocationForSelector(styleSheetId: String, selectorText: String): CSS.GetLocationForSelectorReturn

Given a CSS selector text and a style sheet ID, getLocationForSelector returns an array of locations of the CSS selector in the style sheet.

Parameters

styleSheetId

No description

selectorText

No description