langchain.js
    Preparing search index...

    Interface AnnotationRoot<SD>

    Should not be instantiated directly. See Annotation.

    interface AnnotationRoot<SD extends StateDefinition> {
        lc_graph_name: string;
        Node: NodeType<SD>;
        spec: SD;
        State: StateType<SD>;
        Update: UpdateType<SD>;
    }

    Type Parameters

    Index

    Properties

    lc_graph_name: string = "AnnotationRoot"
    Node: NodeType<SD>
    spec: SD
    State: StateType<SD>
    Update: UpdateType<SD>