On this page
Class String
Hierarchy
- String
Index
Constructors
Methods
Constructors
constructor
Methods
getValue
-
Returns string
setValue
-
Destructively modifies this string by setting its numeric value to
value
.⚠️ Heads up!
Even if the string was originally quoted, this will cause it to become unquoted.
Parameters
value: string
Returns void
© 2006–2022 the Sass team, and numerous contributors
Licensed under the MIT License.
https://sass-lang.com/documentation/js-api/classes/types.String
Sass's string type.
⚠️ Heads up!
This API currently provides no way of distinguishing between a quoted and unquoted string.