GridTemplateFuncToken
interface GridTemplateFuncToken {
chi: Token[];
loc?: Location;
parent?: any;
tokens?: Token[] | null;
typ: GridTemplateFuncTokenType;
val: string;
}
chi: Token[];
loc?: Location;
parent?: any;
tokens?: Token[] | null;
typ: GridTemplateFuncTokenType;
val: string;
}
Hierarchy (View Summary)
- BaseToken
- GridTemplateFuncToken
Grid template function token