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