KC's Workspace
    Preparing search index...
    CalcFor_Length:
        | { type: "value"; value: Length }
        | { type: "number"; value: number }
        | { type: "sum"; value: [CalcFor_Length, CalcFor_Length] }
        | { type: "product"; value: [number, CalcFor_Length] }
        | { type: "function"; value: MathFunctionFor_Length }

    A mathematical expression used within the calc() function.

    This type supports generic value types. Values such as Length, Percentage, Time, and Angle support calc() expressions.

    Type Declaration