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