svelte-ast-print - v1.0.0
Preparing search index...
svelte-ast-print/template
<internal>
StyleDirective
Interface StyleDirective
A
style:
directive
interface
StyleDirective
{
end
?:
number
;
modifiers
:
"important"
[]
;
name
:
string
;
start
?:
number
;
type
:
"StyleDirective"
;
value
:
true
|
ExpressionTag
|
(
Text
|
ExpressionTag
)
[]
;
}
Hierarchy
BaseNode
StyleDirective
Index
Properties
end?
modifiers
name
start?
type
value
Properties
Optional
end
end
?:
number
modifiers
modifiers
:
"important"
[]
name
name
:
string
The 'x' in
style:x
Optional
start
start
?:
number
type
type
:
"StyleDirective"
value
value
:
true
|
ExpressionTag
|
(
Text
|
ExpressionTag
)
[]
The 'y' in
style:x={y}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
end
modifiers
name
start
type
value
svelte-ast-print - v1.0.0
Loading...
A
style:
directive