@tbela99/css-parser
Benchmark
Docs
Playground
GitHub
Preparing search index...
node
PropertyMapType
Interface PropertyMapType
interface
PropertyMapType
{
constraints
?:
{
[
key
:
string
]:
{
[
key
:
string
]:
any
}
}
;
default
:
string
[]
;
keywords
:
string
[]
;
mapping
?:
Record
<
string
,
string
>
;
multiple
?:
boolean
;
prefix
?:
{
typ
:
|
"toString"
|
"toLocaleString"
|
"toFixed"
|
"toExponential"
|
"toPrecision"
|
"valueOf"
;
val
:
string
;
}
;
previous
?:
string
;
required
?:
boolean
;
separator
?:
{
typ
:
|
"toString"
|
"toLocaleString"
|
"toFixed"
|
"toExponential"
|
"toPrecision"
|
"valueOf"
;
}
;
types
:
string
[]
;
}
Index
Properties
constraints?
default
keywords
mapping?
multiple?
prefix?
previous?
required?
separator?
types
Properties
Optional
constraints
constraints
?:
{
[
key
:
string
]:
{
[
key
:
string
]:
any
}
}
default
default
:
string
[]
keywords
keywords
:
string
[]
Optional
mapping
mapping
?:
Record
<
string
,
string
>
Optional
multiple
multiple
?:
boolean
Optional
prefix
prefix
?:
{
typ
:
|
"toString"
|
"toLocaleString"
|
"toFixed"
|
"toExponential"
|
"toPrecision"
|
"valueOf"
;
val
:
string
;
}
Optional
previous
previous
?:
string
Optional
required
required
?:
boolean
Optional
separator
separator
?:
{
typ
:
|
"toString"
|
"toLocaleString"
|
"toFixed"
|
"toExponential"
|
"toPrecision"
|
"valueOf"
;
}
types
types
:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
constraints
default
keywords
mapping
multiple
prefix
previous
required
separator
types
Benchmark
Docs
Playground
GitHub
@tbela99/css-parser
Loading...