LWT JavaScript API
Preparing search index...
modules/book/api/books_api
Book
Interface Book
A book as the list and detail endpoints return it.
interface
Book
{
author
:
string
|
null
;
currentChapter
:
number
;
description
?:
string
|
null
;
id
:
number
;
progress
:
number
;
sourceType
:
string
;
title
:
string
;
totalChapters
:
number
;
}
Index
Properties
author
current
Chapter
description?
id
progress
source
Type
title
total
Chapters
Properties
author
author
:
string
|
null
current
Chapter
currentChapter
:
number
Optional
description
description
?:
string
|
null
id
id
:
number
progress
progress
:
number
source
Type
sourceType
:
string
title
title
:
string
total
Chapters
totalChapters
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
author
current
Chapter
description
id
progress
source
Type
title
total
Chapters
LWT JavaScript API
Loading...
A book as the list and detail endpoints return it.