Kind: Function
Source: atloria-monorepo/packages/tour-widget/src/targeting.ts
Immutable state update helpers (return a new state).
Signature
tsfunction markShown(state: WidgetState, id: string, now: number): WidgetState
Parameters
| Name | Type |
|---|---|
state | WidgetState |
id | string |
now | number |
Returns: WidgetState
Was this page helpful?