Search


Search something to see results

IfConditionToken

interface IfConditionToken {
    l: Token[];
    loc?: Location;
    parent?: any;
    r: Token[];
    tokens?: Token[] | null;
    typ: IfConditionTokenType;
}

Hierarchy (View Summary)

Index

Properties

l: Token[]
loc?: Location

location info

parent?: any

parent node

r: Token[]
tokens?: Token[] | null

prelude or selector tokens

token type