WrittenBookContent
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
WrittenBookContent
implements the following interfaces:
BookContent<WrittenBookContent, Component>
Members
Getter
Return Type:
string
Getter
Return Type:
int
getPages(filtered as bool) as List<Component>
Parameters:
filtered: bool
Type: bool
Return Type:
List<Component>
markResolved() as WrittenBookContent
Return Type:
WrittenBookContent
Getter
Return Type:
List<Filterable<Component>>
Getter
Return Type:
bool
Getter
Return Type:
Filterable<string>
tryCraftCopy() as WrittenBookContent
Return Type:
WrittenBookContent
withReplacedPages(pages as List<Filterable<Component>>) as WrittenBookContent
Parameters:
pages: List<Filterable<Component>>
Type: List<Filterable<Component>>
Return Type:
WrittenBookContent