src/lib/models/folio.ts
A collection base class containing common properties and methods for interacting with a collection of SzFolioItem based items.
Properties |
Methods |
Abstract items |
Type : SzFolioItem[]
|
the collection of SzFolioItem's |
Public name |
Type : string
|
the name of the folio |
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
|