WritableBookContent
Importing the class
If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.
Implements
WritableBookContent
implements the following interfaces:
BookContent<WritableBookContent, string>
Members
getPages(filtered as bool) as List<string>
Parameters:
filtered: bool
Type: bool
Return Type:
List<string>
static of(pages as List<Filterable<string>>) as WritableBookContent
Parameters:
pages: List<Filterable<string>>
Type: List<Filterable<string>>
Return Type:
WritableBookContent
Getter
Return Type:
List<Filterable<string>>
withReplacedPages(pages as List<Filterable<string>>) as WritableBookContent
Parameters:
pages: List<Filterable<string>>
Type: List<Filterable<string>>
Return Type:
WritableBookContent