IronCalc Wasm
    Preparing search index...

    Interface CfRating

    interface CfRating {
        color: Color;
        count: number;
        icon: Icon;
        max: number;
        show_value: boolean;
    }
    Index
    color: Color
    count: number
    icon: Icon
    max: number
    show_value: boolean