Preparing search index...
The search index is not available
Documentation
Documentation
svelte-ast-print
_internal/shared
<internal>
LogicalExpression
Interface LogicalExpression
interface
LogicalExpression
{
leadingComments
?:
Comment
[]
;
left
:
Expression
;
loc
?:
null
|
SourceLocation
;
operator
:
LogicalOperator
;
range
?:
[
number
,
number
]
;
right
:
Expression
;
trailingComments
?:
Comment
[]
;
type
:
"LogicalExpression"
;
}
Hierarchy (
View Summary
)
BaseExpression
LogicalExpression
Index
Properties
leading
Comments?
left
loc?
operator
range?
right
trailing
Comments?
type
Properties
Optional
leading
Comments
leadingComments
?:
Comment
[]
left
left
:
Expression
Optional
loc
loc
?:
null
|
SourceLocation
operator
operator
:
LogicalOperator
Optional
range
range
?:
[
number
,
number
]
right
right
:
Expression
Optional
trailing
Comments
trailingComments
?:
Comment
[]
type
type
:
"LogicalExpression"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
leading
Comments
left
loc
operator
range
right
trailing
Comments
type
Documentation
Loading...