learn-content-engine - v0.13.1
GitHub
Preparing search index...
index
ContentSetBook
Interface ContentSetBook
A set's manifest-level book block. Mirrors the manifest
sets[].book
shape.
interface
ContentSetBook
{
asin
?:
string
|
null
;
author
?:
string
|
null
;
title
:
string
;
url
?:
string
|
null
;
}
Index
Properties
asin?
author?
title
url?
Properties
Optional
asin
asin
?:
string
|
null
Optional
author
author
?:
string
|
null
title
title
:
string
Optional
url
url
?:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
asin
author
title
url
GitHub
learn-content-engine - v0.13.1
Loading...
A set's manifest-level book block. Mirrors the manifest
sets[].bookshape.