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

    Type Alias Input

    Represents a numeric user input.

    type Input = {
        annot: string | null;
        value: number;
    }
    Index

    Properties

    Properties

    annot: string | null

    An optional annotation associated with the input. See more details in the UI options documentation: https://datagrok.ai/help/compute/diff-studio#user-interface-options

    value: number

    The numeric value provided by the user.