Math3D Full Project API
    Preparing search index...
    type ConstructionLabSeed = {
        checkDefs: ProblemCheckDef[];
        nodes: ConstructionNode[];
        scriptText?: string;
        selectedNodeId?: string | null;
    }
    Index

    Properties

    checkDefs: ProblemCheckDef[]
    scriptText?: string
    selectedNodeId?: string | null