src/lib/models/folio.ts
A folio representing a collection of searches
Properties |
Methods |
constructor(items?: SzSearchParamsFolioItem[])
|
||||||
Parameters :
|
items |
Type : SzSearchParamsFolioItem[]
|
the search parameter sets |
name |
Type : string
|
the name of the search set |
Public add | ||||||
add(item: SzFolioItem)
|
||||||
add a SzFolioItem to the "items" collection
Parameters :
Returns :
void
|
Public remove | ||||
remove(item)
|
||||
remove a SzFolioItem from "items" if it exists
Parameters :
Returns :
void
|