Search


Search something to see results

ColorToken

Color token

interface ColorToken {
    cal?: "rel" | "mix" | "col";
    chi?: Token[];
    kin: ColorType;
    loc?: Location;
    parent?: any;
    tokens?: Token[] | null;
    typ: ColorTokenType;
    val: string;
}

Hierarchy (View Summary)

Index

Properties

cal?: "rel" | "mix" | "col"
chi?: Token[]
loc?: Location

location info

parent?: any

parent node

tokens?: Token[] | null

prelude or selector tokens

token type

val: string