@tbela99/css-parser
Benchmark
Docs
Playground
GitHub
Preparing search index...
node
FunctionImageToken
Interface FunctionImageToken
Function image token
interface
FunctionImageToken
{
chi
:
(
CommentToken
|
UrlToken
)
[]
;
loc
?:
Location
;
parent
?:
any
;
tokens
?:
null
|
Token
[]
;
typ
:
ImageFunctionTokenType
;
val
:
|
"linear-gradient"
|
"radial-gradient"
|
"repeating-linear-gradient"
|
"repeating-radial-gradient"
|
"conic-gradient"
|
"image"
|
"image-set"
|
"element"
|
"cross-fade"
;
}
Hierarchy (
View Summary
)
BaseToken
FunctionImageToken
Index
Properties
chi
loc?
parent?
tokens?
typ
val
Properties
chi
chi
:
(
CommentToken
|
UrlToken
)
[]
Optional
loc
loc
?:
Location
location info
Optional
parent
parent
?:
any
parent node
Optional
tokens
tokens
?:
null
|
Token
[]
prelude or selector tokens
typ
typ
:
ImageFunctionTokenType
token type
val
val
:
|
"linear-gradient"
|
"radial-gradient"
|
"repeating-linear-gradient"
|
"repeating-radial-gradient"
|
"conic-gradient"
|
"image"
|
"image-set"
|
"element"
|
"cross-fade"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
chi
loc
parent
tokens
typ
val
Benchmark
Docs
Playground
GitHub
@tbela99/css-parser
Loading...
Function image token