Constructors
constructor
- new Recents(initialValues?: string[], opts?: RecentsOptions): Recents
Parameters
Optional initialValues: string[]
Optional opts: RecentsOptions
Properties
Protected _values
_values: string[] = []
Protected maxValues
maxValues: number
Methods
add
- add(locationString: string): void
has
- has(locationString: string): number