AstDeclaration
interface AstDeclaration {
"[ROOT]"?: AstStyleSheet;
errors?: ErrorDescription[];
nam: string;
parent?: any;
state?: any;
typ: DeclarationNodeType;
val: Token[];
[key: number]: string | undefined;
}
"[ROOT]"?: AstStyleSheet;
errors?: ErrorDescription[];
nam: string;
parent?: any;
state?: any;
typ: DeclarationNodeType;
val: Token[];
[key: number]: string | undefined;
}
Hierarchy (View Summary)
- BaseToken
- AstNodeStatus
- AstDeclaration
Indexable
-
[key: number]: string | undefined
declaration node