getLocationForSelector
suspend fun getLocationForSelector(args: CSS.GetLocationForSelectorParameter, mode: CommandMode = CommandMode.DEFAULT): 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.
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