ResolutionToken
interface ResolutionToken {
"[ROOT]"?: AstStyleSheet | null;
parent?: any;
typ: ResolutionTokenType;
unit: "dpcm" | "dpi" | "dppx" | "x";
val: number | FractionToken;
[key: number]: string | undefined;
}
"[ROOT]"?: AstStyleSheet | null;
parent?: any;
typ: ResolutionTokenType;
unit: "dpcm" | "dpi" | "dppx" | "x";
val: number | FractionToken;
[key: number]: string | undefined;
}
Hierarchy (View Summary)
- BaseToken
- ResolutionToken
Indexable
-
[key: number]: string | undefined
Resolution token