IfElseConditionToken
interface IfElseConditionToken {
"[ROOT]"?: AstStyleSheet | null;
l: IfConditionToken;
parent?: any;
r: IfConditionToken;
typ: IfElseConditionTokenType;
[key: number]: string | undefined;
}
"[ROOT]"?: AstStyleSheet | null;
l: IfConditionToken;
parent?: any;
r: IfConditionToken;
typ: IfElseConditionTokenType;
[key: number]: string | undefined;
}
Hierarchy (View Summary)
- BaseToken
- IfElseConditionToken
Indexable
-
[key: number]: string | undefined
Common token interface