SubsequentCombinatorToken
interface SubsequentCombinatorToken {
"[ROOT]"?: AstStyleSheet | null;
parent?: any;
typ: SubsequentSiblingCombinatorTokenType;
[key: number]: string | undefined;
}
"[ROOT]"?: AstStyleSheet | null;
parent?: any;
typ: SubsequentSiblingCombinatorTokenType;
[key: number]: string | undefined;
}
Hierarchy (View Summary)
- BaseToken
- SubsequentCombinatorToken
Indexable
-
[key: number]: string | undefined
Subsequent sibling combinator token