diff-grok - v1.0.9
    Preparing search index...

    Type Alias Output

    Specifies an output of a simulation.

    type Output = {
        caption: string;
        formula: string | null;
    }
    Index

    Properties

    Properties

    caption: string

    The title or label of the output.

    formula: string | null

    An optional formula used to compute the output.