GraphiQL API Documentation
Preparing search index...
graphql-language-service
State
Type Alias State
type
State
=
{
inBlockstring
?:
boolean
;
indentLevel
?:
number
;
kind
:
Maybe
<
RuleKind
>
;
level
:
number
;
levels
?:
number
[]
;
name
:
Maybe
<
string
>
;
needsAdvance
?:
boolean
;
needsSeparator
:
boolean
;
prevState
:
Maybe
<
State
>
;
rule
:
Maybe
<
ParseRule
>
;
step
:
number
;
type
:
Maybe
<
string
>
;
}
Index
Properties
in
Blockstring?
indent
Level?
kind
level
levels?
name
needs
Advance?
needs
Separator
prev
State
rule
step
type
Properties
Optional
in
Blockstring
inBlockstring
?:
boolean
Optional
indent
Level
indentLevel
?:
number
kind
kind
:
Maybe
<
RuleKind
>
level
level
:
number
Optional
levels
levels
?:
number
[]
name
name
:
Maybe
<
string
>
Optional
needs
Advance
needsAdvance
?:
boolean
needs
Separator
needsSeparator
:
boolean
prev
State
prevState
:
Maybe
<
State
>
rule
rule
:
Maybe
<
ParseRule
>
step
step
:
number
type
type
:
Maybe
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
in
Blockstring
indent
Level
kind
level
levels
name
needs
Advance
needs
Separator
prev
State
rule
step
type
GraphiQL API Documentation
Loading...