ChildCombinatorToken
interface ChildCombinatorToken {
"[ROOT]"?: AstStyleSheet;
parent?: any;
typ: ChildCombinatorTokenType;
[key: number]: string | undefined;
}
"[ROOT]"?: AstStyleSheet;
parent?: any;
typ: ChildCombinatorTokenType;
[key: number]: string | undefined;
}
Hierarchy (View Summary)
- BaseToken
- ChildCombinatorToken
Indexable
-
[key: number]: string | undefined
Child combinator token