Preparing search index...
The search index is not available
Documentation
Documentation
svelte-ast-print
_internal/shared
<internal>
SelectorList
Interface SelectorList
A list of selectors, e.g.
a, b, c {}
interface
SelectorList
{
children
:
ComplexSelector
[]
;
end
:
number
;
start
:
number
;
type
:
"SelectorList"
;
}
Hierarchy (
View Summary
)
BaseNode
SelectorList
Index
Properties
children
end
start
type
Properties
children
children
:
ComplexSelector
[]
The
a
,
b
and
c
in
a, b, c {}
end
end
:
number
start
start
:
number
type
type
:
"SelectorList"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
end
start
type
Documentation
Loading...
A list of selectors, e.g.
a, b, c {}