A magic variable's value (may contain errors?)

Category

Special container types (debugger-only)

Hierarchy

  • MagicValue

Properties

interpretations: {}

Type declaration

    kind: "value"
    type: MagicType
    value: {
        [field: string]: Result;
    }

    Type declaration

    Generated using TypeDoc