Search
Preparing search index...
The search index is not available
review.js
Options
Inherited
Private
Externals
Only exported
Menu
Globals
ReVIEW
BookStructure
Class BookStructure
生の設定ファイルでの本の構成情報を画一的なフォーマットに変換し保持するためのクラス。
Index
Constructor methods
constructor
Properties
appendix
contents
postdef
predef
Methods
create
Book
Constructor methods
constructor
constructor
(
predef
:
ContentStructure
[]
, contents
:
ContentStructure
[]
, appendix
:
ContentStructure
[]
, postdef
:
ContentStructure
[]
)
:
BookStructure
Parameters
predef:
ContentStructure
[]
contents:
ContentStructure
[]
appendix:
ContentStructure
[]
postdef:
ContentStructure
[]
Returns
BookStructure
Properties
appendix
appendix
:
ContentStructure
[]
contents
contents
:
ContentStructure
[]
postdef
postdef
:
ContentStructure
[]
predef
predef
:
ContentStructure
[]
Methods
static
create
Book
create
Book
(
config
:
IConfigBook
)
:
BookStructure
Parameters
config:
IConfigBook
Returns
BookStructure
Globals
ReVIEW
ReVIEW.
Build
ReVIEW.
Exec
ReVIEW.IO
ReVIEW.
Parse
ReVIEW.i18n
Book
Structure
constructor
appendix
contents
postdef
predef
create
Book
Generated using
TypeDoc
生の設定ファイルでの本の構成情報を画一的なフォーマットに変換し保持するためのクラス。