wdpr
    Preparing search index...

    Interface ColorData

    Data for ##color|text## inline color syntax.

    interface ColorData {
        color: string;
        elements: Element[];
    }
    Index

    Properties

    Properties

    color: string

    CSS color value (name, hex, rgb, etc.)

    elements: Element[]