@tbela99/css-parser
Benchmark
Docs
Playground
GitHub
Preparing search index...
node
ValidationSyntaxResult
Interface ValidationSyntaxResult
interface
ValidationSyntaxResult
{
context
:
Token
[]
|
Context
<
Token
>
;
cycle
?:
boolean
;
error
:
string
;
node
:
any
;
syntax
:
string
|
ValidationToken
|
null
;
valid
:
SyntaxValidationResult
;
}
Hierarchy (
View Summary
)
ValidationResult
ValidationSyntaxResult
Index
Properties
context
cycle?
error
node
syntax
valid
Properties
context
context
:
Token
[]
|
Context
<
Token
>
Optional
cycle
cycle
?:
boolean
error
error
:
string
node
node
:
any
syntax
syntax
:
string
|
ValidationToken
|
null
valid
valid
:
SyntaxValidationResult
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
context
cycle
error
node
syntax
valid
Benchmark
Docs
Playground
GitHub
@tbela99/css-parser
Loading...