/// <summary> /// Set the name of the window /// </summary> /// <param name="name"></param> /// <returns></returns> public async ValueTask SetName(string name) { await JsRuntime.SetInstanceProperty(JsObjectRef, "name", name); }