Search


Search something to see results

IfElseConditionToken

Common token interface

interface IfElseConditionToken {
    "[ROOT]"?: AstStyleSheet | null;
    l: IfConditionToken;
    parent?: any;
    r: IfConditionToken;
    typ: IfElseConditionTokenType;
    [key: number]: string | undefined;
}

Hierarchy (View Summary)

Indexable

  • [key: number]: string | undefined

Index

Properties

"[ROOT]"?: AstStyleSheet | null

root node

condition left handle

parent?: any

parent node

condition value

token type