OpenClaw SDK
    Preparing search index...

    Interface NodeInvokeParams

    interface NodeInvokeParams {
        nodeId: string;
        target: string;
        params?: unknown;
    }
    Index

    Properties

    Properties

    nodeId: string
    target: string
    params?: unknown