# markShown

**Kind:** Function

**Source:** [`atloria-monorepo/packages/tour-widget/src/targeting.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/tour-widget/src/targeting.ts#L135)

Immutable state update helpers (return a new state).

## Signature

```ts
function markShown(state: WidgetState, id: string, now: number): WidgetState
```

## Parameters

| Name | Type |
|---|---|
| `state` | `WidgetState` |
| `id` | `string` |
| `now` | `number` |

**Returns:** `WidgetState`
