LangGraph.js API Reference
    Preparing search index...

    Template for the bag type.

    Type for the config.configurable property

    Type for interrupt values

    Type for custom events

    Type for the submit function updates

    Type for the meta property

    type BagTemplate = {
        ConfigurableType?: Record<string, unknown>;
        CustomEventType?: unknown;
        InterruptType?: unknown;
        MetaType?: unknown;
        UpdateType?: unknown;
    }
    Index

    Properties

    ConfigurableType?: Record<string, unknown>
    CustomEventType?: unknown
    InterruptType?: unknown
    MetaType?: unknown
    UpdateType?: unknown