@tbela99/css-parser
Benchmark
Docs
Playground
GitHub
Preparing search index...
node
TimingFunctionToken
Interface TimingFunctionToken
Timing function token
interface
TimingFunctionToken
{
chi
:
Token
[]
;
loc
?:
Location
;
parent
?:
any
;
tokens
?:
null
|
Token
[]
;
typ
:
TimingFunctionTokenType
;
val
:
string
;
}
Hierarchy (
View Summary
)
BaseToken
TimingFunctionToken
Index
Properties
chi
loc?
parent?
tokens?
typ
val
Properties
chi
chi
:
Token
[]
Optional
loc
loc
?:
Location
location info
Optional
parent
parent
?:
any
parent node
Optional
tokens
tokens
?:
null
|
Token
[]
prelude or selector tokens
typ
typ
:
TimingFunctionTokenType
token type
val
val
:
string
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...
Timing function token