State = signal<{ busy: boolean; id?: string; text?: string; error?: string }>({ busy: false }); State.set({ busy: true, id: d.id });