Type Alias RemotePlayWorldConnectOptions

RemotePlayWorldConnectOptions: {
    mainNodeId?: string;
}

Type declaration

  • OptionalmainNodeId?: string

    Main node id used for POST /api/nodes/validate as nodeId (not the derived credential id) and remembered for RemotePlayWorld.addAgent (mainNodeId on validate and register). When omitted, connect skips validate and addAgent uses the derived node id for main-parent fields.