iink-ts - v4.0.0
    Preparing search index...

    Type Alias TMathComputationConfig

    Configuration for math computation behavior

    type TMathComputationConfig = {
        autoCompute: boolean;
        resultColor: string;
        resultMode: TMathResultMode;
    }
    Index
    autoCompute: boolean

    Automatically compute results when blocks end with = or ?

    resultColor: string

    Color applied to result strokes (both draw and ghost modes)

    resultMode: TMathResultMode

    How solver output is displayed