LWT JavaScript API
Preparing search index...
modules/book/api/books_api
EpubImportOutcome
Interface EpubImportOutcome
Outcome of an import, flattened for callers that only branch on success.
interface
EpubImportOutcome
{
bookId
:
number
|
null
;
error
:
string
;
message
:
string
;
}
Index
Properties
book
Id
error
message
Properties
book
Id
bookId
:
number
|
null
error
error
:
string
message
message
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
book
Id
error
message
LWT JavaScript API
Loading...
Outcome of an import, flattened for callers that only branch on success.