setScopeText
suspend fun setScopeText(args: CSS.SetScopeTextParameter, mode: CommandMode = CommandMode.DEFAULT): CSS.SetScopeTextReturn
Modifies the expression of a scope at-rule.
suspend fun setScopeText(styleSheetId: String, range: CSS.SourceRange, text: String): CSS.SetScopeTextReturn
Modifies the expression of a scope at-rule.
Parameters
styleSheetId
No description
range
No description
text
No description