mobx-keystone
    Preparing search index...

    Interface TypeCheckErrorData

    interface TypeCheckErrorData {
        actualValue: any;
        expectedTypeName: string;
        modelTrail?: readonly string[];
        path: Path;
        typeCheckedValue?: any;
    }
    Index

    Properties

    actualValue: any
    expectedTypeName: string
    modelTrail?: readonly string[]
    path: Path
    typeCheckedValue?: any