Preparing search index...
The search index is not available
Documentation
Documentation
svelte-ast-build
block
<internal>
SvelteOptionsRaw
Interface SvelteOptionsRaw
This is only an intermediate representation while parsing, it doesn't exist in the final AST
interface
SvelteOptionsRaw
{
attributes
:
(
Attribute
|
SpreadAttribute
|
Directive
)
[]
;
end
:
number
;
fragment
:
Fragment
;
name
:
"svelte:options"
;
start
:
number
;
type
:
"SvelteOptions"
;
}
Hierarchy (
View Summary
)
BaseElement
SvelteOptionsRaw
Index
Properties
attributes
end
fragment
name
start
type
Properties
attributes
attributes
:
(
Attribute
|
SpreadAttribute
|
Directive
)
[]
end
end
:
number
fragment
fragment
:
Fragment
name
name
:
"svelte:options"
start
start
:
number
type
type
:
"SvelteOptions"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
end
fragment
name
start
type
Documentation
Loading...
This is only an intermediate representation while parsing, it doesn't exist in the final AST