Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 544 Bytes

AstString.md

File metadata and controls

28 lines (16 loc) · 544 Bytes

css-selector-parser / Exports / AstString

Interface: AstString

String value. Can be used as attribute value of pseudo-class string value. For instance :lang(en) -> {type: 'AstPseudoClass'..., argument: {type: 'String', value: 'en'}}. Generated by ast.string.

Table of contents

Properties

Properties

type

type: "String"


value

value: string

The actual string value.