Search


Search something to see results

MediaFeatureOnlyToken

Media feature only token

interface MediaFeatureOnlyToken {
    loc?: Location;
    parent?: any;
    tokens?: Token[] | null;
    typ: OnlyTokenType;
    val: Token;
}

Hierarchy (View Summary)

Index

Properties

loc?: Location

location info

parent?: any

parent node

tokens?: Token[] | null

prelude or selector tokens

token type

val: Token